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 | 瀾婀}瀾婀{^ | 1110000001110000100110110101001101111101111000000111000010011011010100110111101101011110 | e0709b537de0709b537b5e |
EUC-JP | 瀾婀}瀾婀{^ | 1101111111010001110101011011010001111101110111111101000111010101101101000111101101011110 | dfd1d5b47ddfd1d5b47b5e |
UTF-8 | 瀾婀}瀾婀{^ | 111001111000000010111110111001011010100110000000011111011110011110000000101111101110010110101001100000000111101101011110 | e780bee5a9807de780bee5a9807b5e |
UHC | 瀾?}瀾?{^ | 110101011011001100111111011111011101010110110011001111110111101101011110 | d5b33f7dd5b33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)