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 | D²¥C¹ | 10010010010001001001000110110010100100011010010110010010010000111001000110111001 | 924491b291a5924391b9 |
SJIS-WIN | ?D???¥?C?? | 0011111101000100001111110011111100111111100000011000111100111111010000110011111100111111 | 3f443f3f3f818f3f433f3f |
EUC-JP | ?D?????C?? | 00111111010001000011111100111111001111110011111100111111010000110011111100111111 | 3f443f3f3f3f3f433f3f |
UTF-8 | D²¥C¹ | 110000101001001001000100110000101001000111000010101100101100001010010001110000101010010111000010100100100100001111000010100100011100001010111001 | c29244c291c2b2c291c2a5c29243c291c2b9 |
UHC | ?D?²???C?¹ | 001111110100010000111111101010011111011100111111001111110011111101000011001111111010100111110110 | 3f443fa9f73f3f3f433fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)