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 | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 額??悠?TB | 100010100111101000111111001111111001011101001001001111110101010001000010 | 8a7a3f3f97493f5442 |
EUC-JP | 額??悠?TB | 101100111101101100111111001111111100110110101010001111110101010001000010 | b3db3f3fcdaa3f5442 |
UTF-8 | 額곗눖悠킾TB | 1110100110100001100011011110101010110011100101111110101110001000100101101110011010000010101000001110110110000010101111100101010001000010 | e9a18deab397eb8896e682a0ed82be5442 |
UHC | 額곗눖悠킾TB | 111001001111111010110000111011001000011110110000111010101110110110110101011010000101010001000010 | e4feb0ec87b0eaedb5685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)