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 | 蔕梧繰 | 111001001111011010001100111001101000110001001010 | e4f68ce68c4a |
EUC-JP | 蔕梧繰 | 111010001111100010111000111010001011011110101011 | e8f8b8e8b7ab |
UTF-8 | 蔕梧繰 | 111010001001010010010101111001101010001010100111111001111011100110110000 | e89495e6a2a7e7b9b0 |
UHC | ?梧繰 | 0011111111100111111111001111000011011011 | 3fe7fcf0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)