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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 低?鵡 | 1001001011100001001111111001011010110111 | 92e13f96b7 |
EUC-JP | 低?鵡 | 1100010011100011001111111100110010111001 | c4e33fccb9 |
UTF-8 | 低쇽鵡 | 111001001011110110001110111011001000011110111101111010011011010110100001 | e4bd8eec87bde9b5a1 |
UHC | 低쇽鵡 | 111011101011100010111100111011111101100111110111 | eeb8bcefd9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)