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 | 樟ー杓 | 1000111110111110101100001000111011011011 | 8fbeb08edb |
EUC-JP | 樟ー杓 | 101111101100000010001110101100001011110011011101 | bec08eb0bcdd |
UTF-8 | 樟ー杓 | 111001101010100010011111111011111011110110110000111001101001110110010011 | e6a89fefbdb0e69d93 |
UHC | 樟?杓 | 1110110111101001001111111111100011110101 | ede93ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)