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 | ?競? | 00111111100010111010001100111111 | 3f8ba33f |
EUC-JP | 饔競? | 100011111110100011101111101101101010010100111111 | 8fe8efb6a53f |
UTF-8 | 饔競렰 | 111010011010010110010100111001111010101110110110111010111010000010110000 | e9a594e7abb6eba0b0 |
UHC | 饔競렰 | 111010001011110111001100111001101000111010111101 | e8bdcce68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)