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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 若??\ | 1000111011100001001111110011111101011100 | 8ee13f3f5c |
EUC-JP | 若?Ħ\ | 10111100111000110011111110001111101010011010010001011100 | bce33f8fa9a45c |
UTF-8 | 若뽰Ħ\ | 111010001000101110100101111010111011110110110000110001001010011001011100 | e88ba5ebbdb0c4a65c |
UHC | 若뽰Ħ\ | 11100101101101001001011011101100101010001010010001011100 | e5b496eca8a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)