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 | 幽?}幽?{^ | 100101110100100000111111011111011001011101001000001111110111101101011110 | 97483f7d97483f7b5e |
EUC-JP | 幽?}幽?{^ | 110011011010100100111111011111011100110110101001001111110111101101011110 | cda93f7dcda93f7b5e |
UTF-8 | 幽턬}幽턬{^ | 111001011011100110111101111011011000010010101100011111011110010110111001101111011110110110000100101011000111101101011110 | e5b9bded84ac7de5b9bded84ac7b5e |
UHC | 幽턬}幽턬{^ | 1110101011101011101101100110110101111101111010101110101110110110011011010111101101011110 | eaebb66d7deaebb66d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)