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 | 低?? | 10010010111000010011111100111111 | 92e13f3f |
EUC-JP | 低?? | 11000100111000110011111100111111 | c4e33f3f |
UTF-8 | 低꿩렭 | 111001001011110110001110111010101011111110101001111010111010000010101101 | e4bd8eeabfa9eba0ad |
UHC | 低꿩렭 | 111011101011100010110010111001101000111010111010 | eeb8b2e68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)