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 | 佯?∥誼?? | 100110001101000100111111100000010110000110001011011000100011111100111111 | 98d13f81618b623f3f |
EUC-JP | 佯?‖誼?? | 110100001101001100111111101000011100001010110101110000110011111100111111 | d0d33fa1c2b5c33f3f |
UTF-8 | 佯몃∥誼뉐꼧 | 111001001011110110101111111010111010101010000011111000101000100010100101111010001010101010111100111010111000100110010000111010101011110010100111 | e4bdafebaa83e288a5e8aabceb8990eabca7 |
UHC | 佯몃∥誼뉐꼧 | 111001011011101010111000111010111010000110101011111010111111111010000111111001011000010010000100 | e5bab8eba1abebfe87e58484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)