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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 少甦? | 1000111110101101111000010101001100111111 | 8fade1533f |
EUC-JP | 少甦? | 1011111010101111111000011011010000111111 | beafe1b43f |
UTF-8 | 少甦쒞 | 111001011011000010010001111001111001010010100110111011001001001010011110 | e5b091e794a6ec929e |
UHC | 少甦쒞 | 111000011011010011100001110000011001110011110011 | e1b4e1c19cf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)