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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ティキチツコB | 11000011101010001011011111000001110000101011101001000010 | c3a8b7c1c2ba42 |
EUC-JP | ティキチツコB | 10001110110000111000111010101000100011101011011110001110110000011000111011000010100011101011101001000010 | 8ec38ea88eb78ec18ec28eba42 |
UTF-8 | ティキチツコB | 11101111101111101000001111101111101111011010100011101111101111011011011111101111101111101000000111101111101111101000001011101111101111011011101001000010 | efbe83efbda8efbdb7efbe81efbe82efbdba42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)