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 | 邑?}邑?{^ | 100101110101011100111111011111011001011101010111001111110111101101011110 | 97573f7d97573f7b5e |
EUC-JP | 邑?}邑?{^ | 110011011011100000111111011111011100110110111000001111110111101101011110 | cdb83f7dcdb83f7b5e |
UTF-8 | 邑쩵}邑쩵{^ | 111010011000001010010001111011001010100110110101011111011110100110000010100100011110110010101001101101010111101101011110 | e98291eca9b57de98291eca9b57b5e |
UHC | 邑쩵}邑쩵{^ | 1110101111101001101001010110101101111101111010111110100110100101011010110111101101011110 | ebe9a56b7debe9a56b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)