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 | 型磐??? | 10001100010111101001010011010110001111110011111100111111 | 8c5e94d63f3f3f |
EUC-JP | 型磐??? | 10110111101111111100100011011000001111110011111100111111 | b7bfc8d83f3f3f |
UTF-8 | 型磐렱띳렰 | 111001011001111010001011111001111010001110010000111010111010000010110001111010111001110110110011111010111010000010110000 | e59e8be7a390eba0b1eb9db3eba0b0 |
UHC | 型磐렱띳렰 | 11111010111111101101101011110001100011101011111010110110111100011000111010111101 | fafedaf18ebeb6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)