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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臂饗遺 | 111001000101110110001011110000001000100011100010 | e45d8bc088e2 |
EUC-JP | 臂饗遺 | 111001111011111010110110110000101011000011100100 | e7beb6c2b0e4 |
UTF-8 | 臂饗遺 | 111010001000011110000010111010011010010110010111111010011000000110111010 | e88782e9a597e981ba |
UHC | 臂饗遺 | 110111101010001011111010110001001110101110110110 | dea2fac4ebb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)