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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 航←? | 1000110101110001100000011010100100111111 | 8d7181a93f |
EUC-JP | 航←? | 1011100111010010101000101010101100111111 | b9d2a2ab3f |
UTF-8 | 航←뿏 | 111010001000100010101010111000101000011010010000111010111011111110001111 | e888aae28690ebbf8f |
UHC | 航←뿏 | 111110011111111010100001111001111001011110010100 | f9fea1e79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)