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 | ??N? | 00111111001111110100111000111111 | 3f3f4e3f |
SJIS-WIN | テ、Nツ | 11000011101001000100111011000010 | c3a44ec2 |
EUC-JP | テ、Nツ | 10001110110000111000111010100100010011101000111011000010 | 8ec38ea44e8ec2 |
UTF-8 | テ、Nツ | 11101111101111101000001111101111101111011010010001001110111011111011111010000010 | efbe83efbda44eefbe82 |
UHC | ??N? | 00111111001111110100111000111111 | 3f3f4e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)