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 | 譛雅ァ偵旺 | 111001101001110010001001111010111010011110010010111000111000100110100000 | e69c89eba792e389a0 |
EUC-JP | 譛雅ァ偵旺 | 11101011111111001011001011101101100011101010011111000100111001011011001010100010 | ebfcb2ed8ea7c4e5b2a2 |
UTF-8 | 譛雅ァ偵旺 | 111010001010110110011011111010011001101110000101111011111011110110100111111001011000000110110101111001101001011110111010 | e8ad9be99b85efbda7e581b5e697ba |
UHC | ?雅?偵旺 | 0011111111100100101110100011111111101111110011111110100011011010 | 3fe4ba3fefcfe8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)