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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 者辞シシB | 1111001011101000100011101101001011110001111011101000111010101011101111001011110001000010 | f2e88ed2f1ee8eabbcbc42 |
EUC-JP | ?者?辞シシB | 0011111110111100110101000011111110111100101011011000111010111100100011101011110001000010 | 3fbcd43fbcad8ebc8ebc42 |
UTF-8 | 者辞シシB | 11101110100010001001111111101000100000001000010111101110100001011010100111101000101111101001111011101111101111011011110011101111101111011011110001000010 | ee889fe88085ee85a9e8be9eefbdbcefbdbc42 |
UHC | ?者????B | 0011111111101101101110100011111100111111001111110011111101000010 | 3fedba3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)