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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 苑?艤?伊? | 100010011001000100111111111001000111111000111111100010001100100100111111 | 89913fe47e3f88c93f |
EUC-JP | 苑?艤?伊? | 101100011111000100111111111001111101111100111111101100001100101100111111 | b1f13fe7df3fb0cb3f |
UTF-8 | 苑렣艤렜伊렍 | 111010001000101110010001111010111010000010100011111010001000100110100100111010111010000010011100111001001011110010001010111010111010000010001101 | e88b91eba0a3e889a4eba09ce4bc8aeba08d |
UHC | 苑렣艤렜伊렍 | 111010101011110110001110101101001110101111111010100011101010111011101100101001011000111010100011 | eabd8eb4ebfa8eaeeca58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)