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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テォテ「ンリ | 1100001110101011110000111010001011011101111101011101111011011000 | c3abc3a2ddf5ded8 |
EUC-JP | テォテ「ン?リ | 10001110110000111000111010101011100011101100001110001110101000101000111011011101001111111000111011011000 | 8ec38eab8ec38ea28edd3f8ed8 |
UTF-8 | テォテ「ンリ | 111011111011111010000011111011111011110110101011111011111011111010000011111011111011110110100010111011111011111010011101111011101001000110001001111011111011111010011000 | efbe83efbdabefbe83efbda2efbe9dee9189efbe98 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)