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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ???磐??h | 0011111100111111001111111001010011010110001111110011111101101000 | 3f3f3f94d63f3f68 |
EUC-JP | ???磐??h | 0011111100111111001111111100100011011000001111110011111101101000 | 3f3f3fc8d83f3f68 |
UTF-8 | 麟쟉렱磐렰렟h | 11101111101001111011001111101100100111111000100111101011101000001011000111100111101000111001000011101011101000001011000011101011101000001001111101101000 | efa7b3ec9f89eba0b1e7a390eba0b0eba09f68 |
UHC | 麟쟉렱磐렰렟h | 11101100111010001100000011110001100011101011111011011010111100011000111010111101100011101011000001101000 | ece8c0f18ebedaf18ebd8eb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)