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 | セャ借セ、柴 | 1011111010101100100011101101100010111110101001001000111011000100 | beac8ed8bea48ec4 |
EUC-JP | セャ借セ、柴 | 100011101011111010001110101011001011110011011010100011101011111010001110101001001011110011000110 | 8ebe8eacbcda8ebe8ea4bcc6 |
UTF-8 | セャ借セ、柴 | 111011111011110110111110111011111011110110101100111001011000000010011111111011111011110110111110111011111011110110100100111001101001111110110100 | efbdbeefbdace5809fefbdbeefbda4e69fb4 |
UHC | ??借??柴 | 0011111100111111111100111010100000111111001111111110001111000011 | 3f3ff3a83f3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)