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 | セォ治セ、篠 | 1011111010101011100011101010000110111110101001001000111011000010 | beab8ea1bea48ec2 |
EUC-JP | セォ治セ、篠 | 100011101011111010001110101010111011110010100011100011101011111010001110101001001011110011000100 | 8ebe8eabbca38ebe8ea4bcc4 |
UTF-8 | セォ治セ、篠 | 111011111011110110111110111011111011110110101011111001101011001010111011111011111011110110111110111011111011110110100100111001111010111110100000 | efbdbeefbdabe6b2bbefbdbeefbda4e7afa0 |
UHC | ??治??篠 | 0011111100111111111101101011110100111111001111111110000111000110 | 3f3ff6bd3f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)