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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?發?發^ | 00111111111000011010001000111111111000011010001001011110 | 3fe1a23fe1a25e |
EUC-JP | ?發?發^ | 00111111111000101010010000111111111000101010010001011110 | 3fe2a43fe2a45e |
UTF-8 | 렺發렺發^ | 11101011101000001011101011100111100110011011110011101011101000001011101011100111100110011011110001011110 | eba0bae799bceba0bae799bc5e |
UHC | 렺發렺發^ | 100011101100001011011011101000011000111011000010110110111010000101011110 | 8ec2dba18ec2dba15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)