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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | ??鋌h?? | 0011111100111111100011111110010010111011011010000011111100111111 | 3f3f8fe4bb683f3f |
UTF-8 | 룶깹鋌h룶깹 | 11101011101000111011011011101010101110011011100111101001100010111000110001101000111010111010001110110110111010101011100110111001 | eba3b6eab9b9e98b8c68eba3b6eab9b9 |
UHC | 룶깹鋌h룶깹 | 1000111110101011101100101010000111101111111110110110100010001111101010111011001010100001 | 8fabb2a1effb688fabb2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)