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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 晛?}晛?{^ | 1000111111000010101110110011111101111101100011111100001010111011001111110111101101011110 | 8fc2bb3f7d8fc2bb3f7b5e |
UTF-8 | 晛쉨}晛쉨{^ | 111001101001100110011011111011001000100110101000011111011110011010011001100110111110110010001001101010000111101101011110 | e6999bec89a87de6999bec89a87b5e |
UHC | 晛쉨}晛쉨{^ | 1111101011011001100110101000001001111101111110101101100110011010100000100111101101011110 | fad99a827dfad99a827b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)