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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 瀇i瀇iB | 1111001111101001111110110100111101101001111100111110100111111011010011110110100101000010 | f3e9fb4f69f3e9fb4f6942 |
EUC-JP | ?瀇i?瀇iB | 0011111110001111110010011010110101101001001111111000111111001001101011010110100101000010 | 3f8fc9ad693f8fc9ad6942 |
UTF-8 | 瀇i瀇iB | 111011101000101110011100111001111000000010000111011010011110111010001011100111001110011110000000100001110110100101000010 | ee8b9ce7808769ee8b9ce780876942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)