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 | 壅??汝? | 10011010110101110011111100111111100100111111000000111111 | 9ad73f3f93f03f |
EUC-JP | 壅??汝? | 11010100110110010011111100111111110001101111001000111111 | d4d93f3fc6f23f |
UTF-8 | 壅띈눆汝뛄 | 111001011010001110000101111010111001110110001000111010111000100010000110111001101011000110011101111010111001101110000100 | e5a385eb9d88eb8886e6b19deb9b84 |
UHC | 壅띈눆汝뛄 | 11101000101101011011011011101000100001111010010111100110101000111000110101000010 | e8b5b6e887a5e6a38d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)