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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 樂뗫젨i樂뗫젨iB | 111011111010011010111111111010111001011110101011111011001010000010101000011010011110111110100110101111111110101110010111101010111110110010100000101010000110100101000010 | efa6bfeb97abeca0a869efa6bfeb97abeca0a86942 |
UHC | 樂뗫젨i樂뗫젨iB | 111010001111100110001011111010111010000010100000011010011110100011111001100010111110101110100000101000000110100101000010 | e8f98beba0a069e8f98beba0a06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)