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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯←?帳?ズ | 10011010111000011000000110101001001111111001001010100000001111111000001101011001 | 9ae181a93f92a03f8359 |
EUC-JP | 壯←?帳?ズ | 11010100111000111010001010101011001111111100010010100010001111111010010110111010 | d4e3a2ab3fc4a23fa5ba |
UTF-8 | 壯←뼻帳⑴ズ | 111001011010001110101111111000101000011010010000111010111011110010111011111001011011100010110011111000101001000110110100111000111000001010111010 | e5a3afe28690ebbcbbe5b8b3e291b4e382ba |
UHC | 壯←뼻帳⑴ズ | 111011011110000010100001111001111001011010111110111011011110001110101001111001111010101110111010 | ede0a1e796beede3a9e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)