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½zD½zB | 1001001001000100100100011011110101111010100100100100010010010001101111010111101001000010 | 924491bd7a924491bd7a42 |
SJIS-WIN | ?D??z?D??zB | 0011111101000100001111110011111101111010001111110100010000111111001111110111101001000010 | 3f443f3f7a3f443f3f7a42 |
EUC-JP | ?D??z?D??zB | 0011111101000100001111110011111101111010001111110100010000111111001111110111101001000010 | 3f443f3f7a3f443f3f7a42 |
UTF-8 | D½zD½zB | 1100001010010010010001001100001010010001110000101011110101111010110000101001001001000100110000101001000111000010101111010111101001000010 | c29244c291c2bd7ac29244c291c2bd7a42 |
UHC | ?D?½z?D?½zB | 00111111010001000011111110101000111101100111101000111111010001000011111110101000111101100111101001000010 | 3f443fa8f67a3f443fa8f67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)