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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 永る?艤 | 10001001011010011000001011101001001111111110010001111110 | 896982e93fe47e |
EUC-JP | 永る?艤 | 10110001110010101010010011101011001111111110011111011111 | b1caa4eb3fe7df |
UTF-8 | 永る뎿艤 | 111001101011000010111000111000111000001010001011111010111000111010111111111010001000100110100100 | e6b0b8e3828beb8ebfe889a4 |
UHC | 永る뎿艤 | 1110011110110101101010101110101110001001100100101110101111111010 | e7b5aaeb8992ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)