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 | 低?址 | 1001001011100001001111111001101010101100 | 92e13f9aac |
EUC-JP | 低?址 | 1100010011100011001111111101010010101110 | c4e33fd4ae |
UTF-8 | 低렜址 | 111001001011110110001110111010111010000010011100111001011001110110000000 | e4bd8eeba09ce59d80 |
UHC | 低렜址 | 111011101011100010001110101011101111001010100011 | eeb88eaef2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)