To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 譽??譽??B | 111001101010001100111111001111111110011010100011001111110011111101000010 | e6a33f3fe6a33f3f42 |
EUC-JP | 譽??譽??B | 111011001010010100111111001111111110110010100101001111110011111101000010 | eca53f3feca53f3f42 |
UTF-8 | 譽긺텥譽긺텥B | 11101000101011011011110111101010101110001011101011101101100001011010010111101000101011011011110111101010101110001011101011101101100001011010010101000010 | e8adbdeab8baed85a5e8adbdeab8baed85a542 |
UHC | 譽긺텥譽긺텥B | 11100111111000101011000111100111101101101001101011100111111000101011000111100111101101101001101001000010 | e7e2b1e7b69ae7e2b1e7b69a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)