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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 譽?????? | 1110011010100011001111110011111100111111001111110011111100111111 | e6a33f3f3f3f3f3f |
EUC-JP | 譽?????? | 1110110010100101001111110011111100111111001111110011111100111111 | eca53f3f3f3f3f3f |
UTF-8 | 譽긷끀嶪뤷렘嶪 | 111010001010110110111101111010101011100010110111111010111000000110000000111001011011011010101010111010111010010010110111111010111010000010011000111001011011011010101010 | e8adbdeab8b7eb8180e5b6aaeba4b7eba098e5b6aa |
UHC | 譽긷끀嶪뤷렘嶪 | 1110011111100010101100011110010110000101101101101110010111110101100011111110010110110111101111011110010111110101 | e7e2b1e585b6e5f58fe5b7bde5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)