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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | タマアフエ簔ア | 1100000011001111101100011100110010110100111000101100000110110001 | c0cfb1ccb4e2c1b1 |
EUC-JP | タマアフエ簔ア | 1000111011000000100011101100111110001110101100011000111011001100100011101011010011100100110000111000111010110001 | 8ec08ecf8eb18ecc8eb4e4c38eb1 |
UTF-8 | タマアフエ簔ア | 111011111011111010000000111011111011111010001111111011111011110110110001111011111011111010001100111011111011110110110100111001111011000010010100111011111011110110110001 | efbe80efbe8fefbdb1efbe8cefbdb4e7b094efbdb1 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)