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 | 蓴?? | 11100100111100010011111100111111 | e4f13f3f |
EUC-JP | 蓴?? | 11101000111100110011111100111111 | e8f33f3f |
UTF-8 | 蓴뤷겎 | 111010001001001110110100111010111010010010110111111010101011001010001110 | e893b4eba4b7eab28e |
UHC | 蓴뤷겎 | 111000101111000110001111111001011000000110100111 | e2f18fe581a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)