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 | 畏????? | 10001000110110000011111100111111001111110011111100111111 | 88d83f3f3f3f3f |
EUC-JP | 畏????? | 10110000110110100011111100111111001111110011111100111111 | b0da3f3f3f3f3f |
UTF-8 | 畏뺧숴樂띶뙷 | 111001111001010110001111111010111011101010100111111011001000100010110100111011111010011010111111111010111001110110110110111010111001100110110111 | e7958febbaa7ec88b4efa6bfeb9db6eb99b7 |
UHC | 畏뺧숴樂띶뙷 | 111010001110011010010101111011111011110110100100111010001111100110001101111001011000110010111010 | e8e695efbda4e8f98de58cba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)