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 | 卒?熊? | 100100011011001000111111100011000100011000111111 | 91b23f8c463f |
EUC-JP | 卒?熊? | 110000101011010000111111101101111010011100111111 | c2b43fb7a73f |
UTF-8 | 卒렟熊렓 | 111001011000110110010010111010111010000010011111111001111000011010001010111010111010000010010011 | e58d92eba09fe7868aeba093 |
UHC | 卒렟熊렓 | 1111000011101111100011101011000011101010101010001000111010101000 | f0ef8eb0eaa88ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)