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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??芟??像E | 001111110011111111100100100011000011111100111111100100011001110001000101 | 3f3fe48c3f3f919c45 |
EUC-JP | ??芟??像E | 001111110011111111100111111011000011111100111111110000011111110001000101 | 3f3fe7ec3f3fc1fc45 |
UTF-8 | 룶ㄱ芟룶ㄱ像E | 11101011101000111011011011100011100001001011000111101000100010101001111111101011101000111011011011100011100001001011000111100101100000111000111101000101 | eba3b6e384b1e88a9feba3b6e384b1e5838f45 |
UHC | 룶ㄱ芟룶ㄱ像E | 10001111101010111010010010100001110111111011011110001111101010111010010010100001110111111100000001000101 | 8faba4a1dfb78faba4a1dfc045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)