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 | ‘│}‘│{^ | 1000000101100101100001001010000001111101100000010110010110000100101000000111101101011110 | 816584a07d816584a07b5e |
EUC-JP | ‘│}‘│{^ | 1010000111000110101010001010001001111101101000011100011010101000101000100111101101011110 | a1c6a8a27da1c6a8a27b5e |
UTF-8 | ‘│}‘│{^ | 111000101000000010011000111000101001010010000010011111011110001010000000100110001110001010010100100000100111101101011110 | e28098e294827de28098e294827b5e |
UHC | ‘│}‘│{^ | 1010000110101110101001101010001001111101101000011010111010100110101000100111101101011110 | a1aea6a27da1aea6a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)