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 | 帳??俑 | 100100101010000000111111001111111001100011011010 | 92a03f3f98da |
EUC-JP | 帳??俑 | 110001001010001000111111001111111101000011011100 | c4a23f3fd0dc |
UTF-8 | 帳쏁뼻俑 | 111001011011100010110011111011001000111110000001111010111011110010111011111001001011111110010001 | e5b8b3ec8f81ebbcbbe4bf91 |
UHC | 帳쏁뼻俑 | 1110110111100011100110111110011110010110101111101110100110110101 | ede39be796bee9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)