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 | 蠇。闔趣ス。 | 111110111010000110100001111010001000111010001110111011111011110110100001 | fba1a1e88e8eefbda1 |
EUC-JP | ?。闔趣ス。 | 0011111110001110101000011110111111101110101111001111000110001110101111011000111010100001 | 3f8ea1efeebcf18ebd8ea1 |
UTF-8 | 蠇。闔趣ス。 | 111010001010000010000111111011111011110110100001111010011001011110010100111010001011011010100011111011111011110110111101111011111011110110100001 | e8a087efbda1e99794e8b6a3efbdbdefbda1 |
UHC | ??闔趣?? | 0011111100111111111110011110111111110110101011000011111100111111 | 3f3ff9eff6ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)