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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獰??矮↑ァ | 11100000110101100011111100111111111000011110001010000001101010101000001101000000 | e0d63f3fe1e281aa8340 |
EUC-JP | 獰??矮↑ァ | 11100000110110000011111100111111111000101110010010100010101011001010010110100001 | e0d83f3fe2e4a2aca5a1 |
UTF-8 | 獰덌퐢矮↑ァ | 111001111000110110110000111010111000110110001100111011011001000010100010111001111001111110101110111000101000011010010001111000111000001010100001 | e78db0eb8d8ced90a2e79faee28691e382a1 |
UHC | 獰덌퐢矮↑ァ | 111001111011111010001000111011111011110110001011111010001110000110100001111010001010101110100001 | e7be88efbd8be8e1a1e8aba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)