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 | 乳??? | 1001001111111011001111110011111100111111 | 93fb3f3f3f |
EUC-JP | 乳??瑗 | 11000110111111010011111100111111100011111100110011000000 | c6fd3f3f8fccc0 |
UTF-8 | 乳끾쑎瑗 | 111001001011100110110011111010111000000110111110111011001001000110001110111001111001000110010111 | e4b9b3eb81beec918ee79197 |
UHC | 乳끾쑎瑗 | 1110101011100001100001011110011010011100101011011110101010111100 | eae185e69cadeabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)