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 | セォ斜治尺丞 | 10111110101010111000111011001110100011101010000110001110110110101000111111100101 | beab8ece8ea18eda8fe5 |
EUC-JP | セォ斜治尺丞 | 100011101011111010001110101010111011110011010000101111001010001110111100110111001011111011100111 | 8ebe8eabbcd0bca3bcdcbee7 |
UTF-8 | セォ斜治尺丞 | 111011111011110110111110111011111011110110101011111001101001011010011100111001101011001010111011111001011011000010111010111001001011100010011110 | efbdbeefbdabe6969ce6b2bbe5b0bae4b89e |
UHC | ??斜治尺丞 | 00111111001111111101111011011000111101101011110111110100101010011110001110101010 | 3f3fded8f6bdf4a9e3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)