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 | 案?}案?{^ | 100010001100010000111111011111011000100011000100001111110111101101011110 | 88c43f7d88c43f7b5e |
EUC-JP | 案?}案?{^ | 101100001100011000111111011111011011000011000110001111110111101101011110 | b0c63f7db0c63f7b5e |
UTF-8 | 案샵}案샵{^ | 111001101010000110001000111011001000001110110101011111011110011010100001100010001110110010000011101101010111101101011110 | e6a188ec83b57de6a188ec83b57b5e |
UHC | 案샵}案샵{^ | 1110010011010000101111001010010101111101111001001101000010111100101001010111101101011110 | e4d0bca57de4d0bca57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)