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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痾髴竟痾 | 1110000101111101111010011001110011101000111011011110000101111101 | e17de99ce8ede17d |
EUC-JP | 痾髴竟痾 | 1110000111011110111100011111110011110000111011111110000111011110 | e1def1fcf0efe1de |
UTF-8 | 痾髴竟痾 | 111001111001011110111110111010011010101110110100111001111010101110011111111001111001011110111110 | e797bee9abb4e7ab9fe797be |
UHC | ??竟? | 0011111100111111110011001110010100111111 | 3f3fcce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)