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 | 鼇?}鼇?{^ | 111010101000011100111111011111011110101010000111001111110111101101011110 | ea873f7dea873f7b5e |
EUC-JP | 鼇?}鼇?{^ | 111100111110011100111111011111011111001111100111001111110111101101011110 | f3e73f7df3e73f7b5e |
UTF-8 | 鼇쓐}鼇쓐{^ | 111010011011110010000111111011001001001110010000011111011110100110111100100001111110110010010011100100000111101101011110 | e9bc87ec93907de9bc87ec93907b5e |
UHC | 鼇쓐}鼇쓐{^ | 1110100010101000100111010110101101111101111010001010100010011101011010110111101101011110 | e8a89d6b7de8a89d6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)