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 | ?鮟膝 | 0011111111101001101110111001010101000111 | 3fe9bb9547 |
EUC-JP | ?鮟膝 | 0011111111110010101111011100100110101000 | 3ff2bdc9a8 |
UTF-8 | 롍鮟膝 | 111010111010000110001101111010011010111010011111111010001000011010011101 | eba18de9ae9fe8869d |
UHC | 롍鮟膝 | 100011101101001111100100110101011110001110100011 | 8ed3e4d5e3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)