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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅱ七鍾テイ | 1111101001000001100011101011010110001111110111111100001110110010 | fa418eb58fdfc3b2 |
EUC-JP | ?七鍾テイ | 001111111011110010110111101111101110000110001110110000111000111010110010 | 3fbcb7bee18ec38eb2 |
UTF-8 | ⅱ七鍾テイ | 111000101000010110110001111001001011100010000011111010011000110110111110111011111011111010000011111011111011110110110010 | e285b1e4b883e98dbeefbe83efbdb2 |
UHC | ⅱ七鍾?? | 1010010110100010111101101101001011110001101000110011111100111111 | a5a2f6d2f1a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)