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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 隴ア隴アB | 11101000101011011011000111101000101011011011000101000010 | e8adb1e8adb142 |
EUC-JP | 隴ア隴アB | 111100001010111110001110101100011111000010101111100011101011000101000010 | f0af8eb1f0af8eb142 |
UTF-8 | 隴ア隴アB | 11101001100110101011010011101111101111011011000111101001100110101011010011101111101111011011000101000010 | e99ab4efbdb1e99ab4efbdb142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)