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 | 癲ぱ??艾 | 1110000110011111100000101100111100111111001111111110010010001000 | e19f82cf3f3fe488 |
EUC-JP | 癲ぱ??艾 | 1110001010100001101001001101000100111111001111111110011111101000 | e2a1a4d13f3fe7e8 |
UTF-8 | 癲ぱ됥뀊艾 | 111001111001100110110010111000111000000110110001111010111001000010100101111010111000000010001010111010001000100110111110 | e799b2e381b1eb90a5eb808ae889be |
UHC | 癲ぱ됥뀊艾 | 11101111101001101010101011010001100010011110001110000101100001101110010011110101 | efa6aad189e38586e4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)