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 | ??C???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
SJIS-WIN | ??C???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
EUC-JP | ??C???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
UTF-8 | 렻렑C렺뗑맣뮈 | 11101011101000001011101111101011101000001001000101000011111010111010000010111010111010111001011110010001111010111010011110100011111010111010111010001000 | eba0bbeba09143eba0baeb9791eba7a3ebae88 |
UHC | 렻렑C렺뗑맣뮈 | 10001110110000111000111010100110010000111000111011000010101101101100010010111000110001001011100110111111 | 8ec38ea6438ec2b6c4b8c4b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)