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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 淫??K | 1000100011111010001111110011111101001011 | 88fa3f3f4b |
EUC-JP | 淫??K | 1011000011111100001111110011111101001011 | b0fc3f3f4b |
UTF-8 | 淫쒖꼧K | 11100110101101111010101111101100100100101001011011101010101111001010011101001011 | e6b7abec9296eabca74b |
UHC | 淫쒖꼧K | 11101011111000101001110011101100100001001000010001001011 | ebe29cec84844b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)