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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第??? | 1001000111100110001111110011111100111111 | 91e63f3f3f |
EUC-JP | 第??瀣 | 11000010111010000011111100111111100011111100100110110001 | c2e83f3f8fc9b1 |
UTF-8 | 第꿴쐼瀣 | 111001111010110010101100111010101011111110110100111011001001000010111100111001111000000010100011 | e7acaceabfb4ec90bce780a3 |
UHC | 第꿴쐼瀣 | 1111000010101111101100101110100110111110101000101111101010101110 | f0afb2e9bea2faae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)