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 | 驛??宜←? | 111010011000001100111111001111111000101101011000100000011010100100111111 | e9833f3f8b5881a93f |
EUC-JP | 驛??宜←? | 111100011110001100111111001111111011010110111001101000101010101100111111 | f1e33f3fb5b9a2ab3f |
UTF-8 | 驛년꽒宜←뜏 | 111010011010100110011011111010111000010110000100111010101011110110010010111001011010111010011100111000101000011010010000111010111001110010001111 | e9a99beb8584eabd92e5ae9ce28690eb9c8f |
UHC | 驛년꽒宜←뜏 | 111001101011111010110011111000101000010010100001111010111111000110100001111001111000110110010010 | e6beb3e284a1ebf1a1e78d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)