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 | 畏??僥? | 10001000110110000011111100111111100110010100011000111111 | 88d83f3f99463f |
EUC-JP | 畏??僥? | 10110000110110100011111100111111110100011010011100111111 | b0da3f3fd1a73f |
UTF-8 | 畏뷴쳣僥졿 | 111001111001010110001111111010111011011110110100111011001011001110100011111001011000001110100101111011001010000110111111 | e7958febb7b4ecb3a3e583a5eca1bf |
UHC | 畏뷴쳣僥졿 | 11101000111001101011101011100101101010111000100111101000111010011010000011100110 | e8e6bae5ab89e8e9a0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)