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 | 円????? | 10001001011111100011111100111111001111110011111100111111 | 897e3f3f3f3f3f |
EUC-JP | 円????? | 10110001110111110011111100111111001111110011111100111111 | b1df3f3f3f3f3f |
UTF-8 | 円브퀬溜믪삙 | 111001011000011010000110111010111011100010001100111011011000000010101100111011111010011110001011111010111010111110101010111011001000001010011001 | e58686ebb88ced80acefa78bebafaaec8299 |
UHC | 円브퀬溜믪삙 | 111001011111011110111010111010101011001110100000111010101111111010010010111011001001100010011100 | e5f7baeab3a0eafe92ec989c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)