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 | 佯몃∥誼뚧ㅀ | 111001001011110110101111111010111010101010000011111000101000100010100101111010001010101010111100111010111001101010100111111000111000010110000000 | e4bdafebaa83e288a5e8aabceb9aa7e38580 |
UHC | 佯몃∥誼뚧ㅀ | 111001011011101010111000111010111010000110101011111010111111111010001100111001101010010010110000 | e5bab8eba1abebfe8ce6a4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)