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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嚴??椅?? | 1001101010001110001111110011111110001000110101100011111100111111 | 9a8e3f3f88d63f3f |
EUC-JP | 嚴??椅?? | 1101001111101110001111110011111110110000110110000011111100111111 | d3ee3f3fb0d83f3f |
UTF-8 | 嚴얠슦椅길뤃 | 111001011001101010110100111011001001011010100000111011001000101010100110111001101010010010000101111010101011100010111000111010111010010010000011 | e59ab4ec96a0ec8aa6e6a485eab8b8eba483 |
UHC | 嚴얠슦椅길뤃 | 111001011111000110111110111011001001101010110000111010111111010110110001111001101000111110110100 | e5f1beec9ab0ebf5b1e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)