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 | 低瀧??闇 | 1001001011100001100100011110101100111111001111111000100011000101 | 92e191eb3f3f88c5 |
EUC-JP | 低瀧??闇 | 1100010011100011110000101110110100111111001111111011000011000111 | c4e3c2ed3f3fb0c7 |
UTF-8 | 低瀧렧렗闇 | 111001001011110110001110111001111000000010100111111010111010000010100111111010111010000010010111111010011001011110000111 | e4bd8ee780a7eba0a7eba097e99787 |
UHC | 低瀧렧렗闇 | 11101110101110001101011011101001100011101011011010001110101011001110010011100001 | eeb8d6e98eb68eace4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)