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 | DZ¼N¦ | 10010010010001001001001001011010100100011011110010010010010011101001000110100110 | 9244925a91bc924e91a6 |
SJIS-WIN | ?D?Z???N?? | 00111111010001000011111101011010001111110011111100111111010011100011111100111111 | 3f443f5a3f3f3f4e3f3f |
EUC-JP | ?D?Z???N?¦ | 001111110100010000111111010110100011111100111111001111110100111000111111100011111010001011000011 | 3f443f5a3f3f3f4e3f8fa2c3 |
UTF-8 | DZ¼N¦ | 1100001010010010010001001100001010010010010110101100001010010001110000101011110011000010100100100100111011000010100100011100001010100110 | c29244c2925ac291c2bcc2924ec291c2a6 |
UHC | ?D?Z?¼?N?? | 0011111101000100001111110101101000111111101010001111100100111111010011100011111100111111 | 3f443f5a3fa8f93f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)