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 | セュ荀捨セャ | 1011111010101101111001001010010010001110110011001011111010101100 | beade4a48eccbeac |
EUC-JP | セュ荀捨セャ | 100011101011111010001110101011011110100010100110101111001100111010001110101111101000111010101100 | 8ebe8eade8a6bcce8ebe8eac |
UTF-8 | セュ荀捨セャ | 111011111011110110111110111011111011110110101101111010001000110110000000111001101000110110101000111011111011110110111110111011111011110110101100 | efbdbeefbdade88d80e68da8efbdbeefbdac |
UHC | ??荀捨?? | 0011111100111111111000101111000011011110110101110011111100111111 | 3f3fe2f0ded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)