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 | 沃???ヨぐ | 100101111000000000111111001111110011111110000011100010001000001010101110 | 97803f3f3f838882ae |
EUC-JP | 沃???ヨぐ | 110011011110000000111111001111110011111110100101111010001010010010110000 | cde03f3f3fa5e8a4b0 |
UTF-8 | 沃계ㅋ歷ヨぐ | 111001101011001010000011111010101011001110000100111000111000010110001011111011111010011010001100111000111000001110101000111000111000000110010000 | e6b283eab384e3858befa68ce383a8e38190 |
UHC | 沃계ㅋ歷ヨぐ | 111010001010101010110000111010001010010010111011111001101011100010101011111010001010101010110000 | e8aab0e8a4bbe6b8abe8aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)