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 | 悠?}悠?{^ | 100101110100100100111111011111011001011101001001001111110111101101011110 | 97493f7d97493f7b5e |
EUC-JP | 悠?}悠?{^ | 110011011010101000111111011111011100110110101010001111110111101101011110 | cdaa3f7dcdaa3f7b5e |
UTF-8 | 悠뇆}悠뇆{^ | 111001101000001010100000111010111000011110000110011111011110011010000010101000001110101110000111100001100111101101011110 | e682a0eb87867de682a0eb87867b5e |
UHC | 悠뇆}悠뇆{^ | 1110101011101101100001110110111001111101111010101110110110000111011011100111101101011110 | eaed876e7deaed876e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)