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 | 沃??毓?? | 1001011110000000001111110011111110011111011110010011111100111111 | 97803f3f9f793f3f |
EUC-JP | 沃??毓?? | 1100110111100000001111110011111111011101110110100011111100111111 | cde03f3fddda3f3f |
UTF-8 | 沃섍꼈毓욤녂 | 111001101011001010000011111011001000010010001101111010101011110010001000111001101010111110010011111011001001101010100100111010111000010110000010 | e6b283ec848deabc88e6af93ec9aa4eb8582 |
UHC | 沃섍꼈毓욤녂 | 111010001010101010011000111010101011001010111100111010111011111010111111111010001000011010111010 | e8aa98eab2bcebbebfe886ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)