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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽壼叉豺 | 1110011010100011100110101110010110001101101100111110011010110111 | e6a39ae58db3e6b7 |
EUC-JP | 譽壼叉豺 | 1110110010100101110101001110011110111010101101011110110010111001 | eca5d4e7bab5ecb9 |
UTF-8 | 譽壼叉豺 | 111010001010110110111101111001011010001110111100111001011000111110001001111010001011000110111010 | e8adbde5a3bce58f89e8b1ba |
UHC | 譽?叉豺 | 11100111111000100011111111110011101010011110001111001111 | e7e23ff3a9e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)