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 | 杖?? | 10001111111100010011111100111111 | 8ff13f3f |
EUC-JP | 杖?饔 | 101111101111001100111111100011111110100011101111 | bef33f8fe8ef |
UTF-8 | 杖렚饔 | 111001101001110110010110111010111010000010011010111010011010010110010100 | e69d96eba09ae9a594 |
UHC | 杖렚饔 | 111011011110100010001110101011011110100010111101 | ede88eade8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)