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 | 濡??膺 | 100101000100011100111111001111111110010001011110 | 94473f3fe45e |
EUC-JP | 濡??膺 | 110001111010100000111111001111111110011110111111 | c7a83f3fe7bf |
UTF-8 | 濡곕봽膺 | 111001101011111110100001111010101011001110010101111010111011010010111101111010001000011010111010 | e6bfa1eab395ebb4bde886ba |
UHC | 濡곕봽膺 | 1110101110100001101100001110101110010100100001001110101111101100 | eba1b0eb9484ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)