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 | ユ靱蘓 | 110101011111000011110101111010001101010111110000111101011110010101011110 | d5f0f5e8d5f0f5e55e |
EUC-JP | ユ?靱?蘓 | 1000111011010101001111111111000011010111001111111110100110111111 | 8ed53ff0d73fe9bf |
UTF-8 | ユ靱蘓 | 111011111011111010010101111011101000001010110100111010011001110110110001111011101000001010110100111010001001100010010011 | efbe95ee82b4e99db1ee82b4e89893 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)