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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒿埼秀覯や | 11100100111001001000110111101001100011110100011111100110010100011000001011100010 | e4e48de98f47e65182e2 |
EUC-JP | 蒿埼秀覯や | 11101000111001101011101011101011101111011010100011101011101100101010010011100100 | e8e6baebbda8ebb2a4e4 |
UTF-8 | 蒿埼秀覯や | 111010001001001010111111111001011001111110111100111001111010011110000000111010001010011010101111111000111000001010000100 | e892bfe59fbce7a780e8a6afe38284 |
UHC | 蒿埼秀?や | 111110111101101011010000111100101110001010110011001111111010101011100100 | fbdad0f2e2b33faae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)