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 | ??T??? | 001111110011111101010100001111110011111100111111 | 3f3f543f3f3f |
SJIS-WIN | ?貂T?豢巐 | 001111111110011010111000010101000011111111100110101101001111101010110110 | 3fe6b8543fe6b4fab6 |
EUC-JP | 嶴貂T嶴豢巐 | 1000111110111011111100111110110010111010010101001000111110111011111100111110110010110110100011111011101111111001 | 8fbbf3ecba548fbbf3ecb68fbbf9 |
UTF-8 | 嶴貂T嶴豢巐 | 11100101101101101011010011101000101100101000001001010100111001011011011010110100111010001011000110100010111001011011011110010000 | e5b6b4e8b28254e5b6b4e8b1a2e5b790 |
UHC | ?貂T??? | 00111111111101011011000001010100001111110011111100111111 | 3ff5b0543f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)