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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア蝮ヲ譚檻 | 11101000100001001011000111100101100111011010011011100110100111011001111101000010 | e884b1e59da6e69d9f42 |
EUC-JP | 閼ア蝮ヲ譚檻 | 111011111110010010001110101100011110100111111101100011101010011011101011111111011101110110100011 | efe48eb1e9fd8ea6ebfddda3 |
UTF-8 | 閼ア蝮ヲ譚檻 | 111010011001011010111100111011111011110110110001111010001001110110101110111011111011110110100110111010001010110110011010111001101010101010111011 | e996bcefbdb1e89daeefbda6e8ad9ae6aabb |
UHC | 閼???譚檻 | 111001001101100100111111001111110011111111010011110010011111100111100011 | e4d93f3f3fd3c9f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)