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 | 沃??魏? | 10010111100000000011111100111111111010011011000000111111 | 97803f3fe9b03f |
EUC-JP | 沃??魏? | 11001101111000000011111100111111111100101011001000111111 | cde03f3ff2b23f |
UTF-8 | 沃띾뀡魏쁁 | 111001101011001010000011111010111001110110111110111010111000000010100001111010011010110110001111111011001000000110000001 | e6b283eb9dbeeb80a1e9ad8fec8181 |
UHC | 沃띾뀡魏쁁 | 11101000101010101000110111101011100001011001100011101010111000001001100001000010 | e8aa8deb8598eae09842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)