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 | 逕夲ス嬢梓 | 111001111001010010011010111011111011110110001111111011001000100010110010 | e7949aefbd8fec88b2 |
EUC-JP | 逕夲ス嬢梓 | 11101101111101001101010011110001100011101011110110111110111011101011000010110100 | edf4d4f18ebdbeeeb0b4 |
UTF-8 | 逕夲ス嬢梓 | 111010011000000010010101111001011010010010110010111011111011110110111101111001011010110010100010111001101010001010010011 | e98095e5a4b2efbdbde5aca2e6a293 |
UHC | 逕???梓 | 11001100111011110011111100111111001111111110111010101001 | ccef3f3f3feea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)