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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 泣猫泣 | 100010111000001110010100010011001000101110000011 | 8b83944c8b83 |
EUC-JP | 泣猫泣 | 101101011110001111000111101011011011010111100011 | b5e3c7adb5e3 |
UTF-8 | 泣猫泣 | 111001101011001110100011111001111000110010101011111001101011001110100011 | e6b3a3e78cabe6b3a3 |
UHC | 泣猫泣 | 111010111110100011011001110111101110101111101000 | ebe8d9deebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)