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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 案熟}案熟{^ | 1000100011000100100011110110111001111101100010001100010010001111011011100111101101011110 | 88c48f6e7d88c48f6e7b5e |
EUC-JP | 案熟}案熟{^ | 1011000011000110101111011100111101111101101100001100011010111101110011110111101101011110 | b0c6bdcf7db0c6bdcf7b5e |
UTF-8 | 案熟}案熟{^ | 111001101010000110001000111001111000011010011111011111011110011010100001100010001110011110000110100111110111101101011110 | e6a188e7869f7de6a188e7869f7b5e |
UHC | 案熟}案熟{^ | 1110010011010000111000101101100101111101111001001101000011100010110110010111101101011110 | e4d0e2d97de4d0e2d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)