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 | 唸鱆唸韈 | 1001101001011000111010011110000110011010010110001110100011100111 | 9a58e9e19a58e8e7 |
EUC-JP | 唸鱆唸韈 | 1101001110111001111100101110001111010011101110011111000011101001 | d3b9f2e3d3b9f0e9 |
UTF-8 | 唸鱆唸韈 | 111001011001010010111000111010011011000110000110111001011001010010111000111010011001111110001000 | e594b8e9b186e594b8e99f88 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)