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 | ?鴦坎 | 0011111111101001111100011001101010101010 | 3fe9f19aaa |
EUC-JP | ?鴦坎 | 0011111111110010111100111101010010101100 | 3ff2f3d4ac |
UTF-8 | 뤙鴦坎 | 111010111010010010011001111010011011010010100110111001011001110110001110 | eba499e9b4a6e59d8e |
UHC | 뤙鴦坎 | 100011111100100011100100111011001100101011101100 | 8fc8e4eccaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)