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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 云肆奴B | 10001001010111011110001111100110100100110111101001000010 | 895de3e6937a42 |
EUC-JP | 云肆奴B | 10110001101111101110011011101000110001011101101101000010 | b1bee6e8c5db42 |
UTF-8 | 云肆奴B | 11100100101110101001000111101000100000101000011011100101101001011011010001000010 | e4ba91e88286e5a5b442 |
UHC | 云肆奴B | 11101001111101101101111011101011110100101011111101000010 | e9f6deebd2bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)