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 | 罌??膺 | 111000111010000000111111001111111110010001011110 | e3a03f3fe45e |
EUC-JP | 罌??膺 | 111001101010001000111111001111111110011110111111 | e6a23f3fe7bf |
UTF-8 | 罌살슖膺 | 111001111011110110001100111011001000001010110100111011001000101010010110111010001000011010111010 | e7bd8cec82b4ec8a96e886ba |
UHC | 罌살슖膺 | 1110010110100010101110111110110010011010101001011110101111101100 | e5a2bbec9aa5ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)