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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奬?肢? | 100110101111101100111111100011101000100000111111 | 9afb3f8e883f |
EUC-JP | 奬?肢? | 110101001111110100111111101110111110100000111111 | d4fd3fbbe83f |
UTF-8 | 奬렯肢렖 | 111001011010010110101100111010111010000010101111111010001000001010100010111010111010000010010110 | e5a5aceba0afe882a2eba096 |
UHC | 奬렯肢렖 | 1110110111100001100011101011110011110010101101101000111010101011 | ede18ebcf2b68eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)