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 | DB±N» | 10010010010001001001001001000010100100011011000110010010010011101001000110111011 | 9244924291b1924e91bb |
SJIS-WIN | ?D?B?±?N?? | 0011111101000100001111110100001000111111100000010111110100111111010011100011111100111111 | 3f443f423f817d3f4e3f3f |
EUC-JP | ?D?B?±?N?? | 0011111101000100001111110100001000111111101000011101111000111111010011100011111100111111 | 3f443f423fa1de3f4e3f3f |
UTF-8 | DB±N» | 1100001010010010010001001100001010010010010000101100001010010001110000101011000111000010100100100100111011000010100100011100001010111011 | c29244c29242c291c2b1c2924ec291c2bb |
UHC | ?D?B?±?N?? | 0011111101000100001111110100001000111111101000011011111000111111010011100011111100111111 | 3f443f423fa1be3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)