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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セォ赦樟 | 101111101010101110001110110011011000111110111110 | beab8ecd8fbe |
EUC-JP | セォ赦樟 | 1000111010111110100011101010101110111100110011111011111011000000 | 8ebe8eabbccfbec0 |
UTF-8 | セォ赦樟 | 111011111011110110111110111011111011110110101011111010001011010110100110111001101010100010011111 | efbdbeefbdabe8b5a6e6a89f |
UHC | ??赦樟 | 001111110011111111011110111101011110110111101001 | 3f3fdef5ede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)