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 | ⅱ七鍾テイ | 11111010010000011000111010110101100011111101111111000011101100101111000011101100 | fa418eb58fdfc3b2f0ec |
EUC-JP | ?七鍾テイ? | 00111111101111001011011110111110111000011000111011000011100011101011001000111111 | 3fbcb7bee18ec38eb23f |
UTF-8 | ⅱ七鍾テイ | 111000101000010110110001111001001011100010000011111010011000110110111110111011111011111010000011111011111011110110110010111011101000001010101011 | e285b1e4b883e98dbeefbe83efbdb2ee82ab |
UHC | ⅱ七鍾??? | 101001011010001011110110110100101111000110100011001111110011111100111111 | a5a2f6d2f1a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)