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 | 橈??純? | 10011110111101000011111100111111100011111000001100111111 | 9ef43f3f8f833f |
EUC-JP | 橈??純? | 11011100111101100011111100111111101111011110001100111111 | dcf63f3fbde33f |
UTF-8 | 橈띶마純띹 | 111001101010100110001000111010111001110110110110111010111010011110001000111001111011010010010100111010111001110110111001 | e6a988eb9db6eba788e7b494eb9db9 |
UHC | 橈띶마純띹 | 11101000111110101000110111100101101110001011011011100010111011011000110111101000 | e8fa8de5b8b6e2ed8de8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)