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 | 111000001001001000111111001111111110000010010010001111110011111101000010 | e0923f3fe0923f3f42 |
EUC-JP | 熬??熬??B | 110111111111001000111111001111111101111111110010001111110011111101000010 | dff23f3fdff23f3f42 |
UTF-8 | 熬긷벥熬긷벥B | 11100111100001101010110011101010101110001011011111101011101100101010010111100111100001101010110011101010101110001011011111101011101100101010010101000010 | e786aceab8b7ebb2a5e786aceab8b7ebb2a542 |
UHC | 熬긷벥熬긷벥B | 11101000101000101011000111100101100100111011110111101000101000101011000111100101100100111011110101000010 | e8a2b1e593bde8a2b1e593bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)