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 | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | 毬咫俾B陽瘁 | 1001111101111011100110100100000010011000111010100100001010010111011110101110000110000001 | 9f7b9a4098ea42977ae181 |
EUC-JP | 毬咫俾B陽瘁 | 1101110111011100110100111010000111010000111011000100001011001101110110111110000111100001 | dddcd3a1d0ec42cddbe1e1 |
UTF-8 | 毬咫俾B陽瘁 | 11100110101011111010110011100101100100101010101111100100101111111011111001000010111010011001100110111101111001111001100010000001 | e6aface592abe4bfbe42e999bde79881 |
UHC | 毬咫?B陽? | 110011111011001111110010101000010011111101000010111001011101010100111111 | cfb3f2a13f42e5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)