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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 炅晦[ | 1111101101010001100010100100000101011011 | fb518a415b |
EUC-JP | 炅晦[ | 100011111100100111001010101100111010001001011011 | 8fc9cab3a25b |
UTF-8 | 炅晦[ | 11100111100000101000010111100110100110011010011001011011 | e78285e699a65b |
UHC | 炅晦[ | 1100110011011101111111001110010001011011 | ccddfce45b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)