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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??苑? | 11100001100111110011111100111111100010011001000100111111 | e19f3f3f89913f |
EUC-JP | 癲??苑? | 11100010101000010011111100111111101100011111000100111111 | e2a13f3fb1f13f |
UTF-8 | 癲뗣깷苑믭 | 111001111001100110110010111010111001011110100011111010101011100110110111111010001000101110010001111010111010111110101101 | e799b2eb97a3eab9b7e88b91ebafad |
UHC | 癲뗣깷苑믭 | 11101111101001101000101111100011100000111010010111101010101111011001001011101111 | efa68be383a5eabd92ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)