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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??梧? | 10011110111101000011111100111111100011001110011000111111 | 9ef43f3f8ce63f |
EUC-JP | 橈??梧? | 11011100111101100011111100111111101110001110100000111111 | dcf63f3fb8e83f |
UTF-8 | 橈롳쉼梧삥 | 111001101010100110001000111010111010000110110011111011001000100110111100111001101010001010100111111011001000001010100101 | e6a988eba1b3ec89bce6a2a7ec82a5 |
UHC | 橈롳쉼梧삥 | 11101000111110101000111011101111101111011011000011100111111111001011101111100110 | e8fa8eefbdb0e7fcbbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)