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 | 想?}想?{^ | 100100010111101000111111011111011001000101111010001111110111101101011110 | 917a3f7d917a3f7b5e |
EUC-JP | 想?}想?{^ | 110000011101101100111111011111011100000111011011001111110111101101011110 | c1db3f7dc1db3f7b5e |
UTF-8 | 想쉶}想쉶{^ | 111001101000001110110011111011001000100110110110011111011110011010000011101100111110110010001001101101100111101101011110 | e683b3ec89b67de683b3ec89b67b5e |
UHC | 想쉶}想쉶{^ | 1101111111001100100110101000110001111101110111111100110010011010100011000111101101011110 | dfcc9a8c7ddfcc9a8c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)