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 | セョワ蠕ョ | 1011111010101110110111001111011011000000111001011011111010101110 | beaedcf6c0e5beae |
EUC-JP | セョワ?蠕ョ | 1000111010111110100011101010111010001110110111000011111111101010110000001000111010101110 | 8ebe8eae8edc3feac08eae |
UTF-8 | セョワ蠕ョ | 111011111011110110111110111011111011110110101110111011111011111010011100111011101001001110100111111010001010000010010101111011111011110110101110 | efbdbeefbdaeefbe9cee93a7e8a095efbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)