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 | 1001000101000100111000001010000001101001100100010100010011100000101000000110100101000010 | 9144e0a0699144e0a06942 |
EUC-JP | 船燿i船燿iB | 1100000110100101111000001010001001101001110000011010010111100000101000100110100101000010 | c1a5e0a269c1a5e0a26942 |
UTF-8 | 船燿i船燿iB | 111010001000100010111001111001111000011110111111011010011110100010001000101110011110011110000111101111110110100101000010 | e888b9e787bf69e888b9e787bf6942 |
UHC | 船燿i船燿iB | 1110000011001111111010001111110001101001111000001100111111101000111111000110100101000010 | e0cfe8fc69e0cfe8fc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)