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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低?庄?激 | 1001001011100001001111111000111110101111001111111000110010000011 | 92e13f8faf3f8c83 |
EUC-JP | 低?庄?激 | 1100010011100011001111111011111010110001001111111011011111100011 | c4e33fbeb13fb7e3 |
UTF-8 | 低렍庄흘激 | 111001001011110110001110111010111010000010001101111001011011101010000100111011011001110110011000111001101011111110000000 | e4bd8eeba08de5ba84ed9d98e6bf80 |
UHC | 低렍庄흘激 | 11101110101110001000111010100011111011011110010011001000111010101100110010101101 | eeb88ea3ede4c8eaccad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)