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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ?朞?た?尋h | 00111111100111100100110100111111100000101011110100111111100100000111000101101000 | 3f9e4d3f82bd3f907168 |
EUC-JP | ?朞?た?尋h | 00111111110110111010111000111111101001001011111100111111101111111101001001101000 | 3fdbae3fa4bf3fbfd268 |
UTF-8 | 룵朞卽た룵尋h | 11101011101000111011010111100110100111001001111011100101100011011011110111100011100000011001111111101011101000111011010111100101101100001000101101101000 | eba3b5e69c9ee58dbde3819feba3b5e5b08b68 |
UHC | 룵朞卽た룵尋h | 10001111101010101101000110100001111100011110110110101010101111111000111110101010111000111111110001101000 | 8faad1a1f1edaabf8faae3fc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)