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 | 尺邪省 | 100011101101101010001110110101111000111111001000 | 8eda8ed78fc8 |
EUC-JP | 尺邪省 | 101111001101110010111100110110011011111011001010 | bcdcbcd9beca |
UTF-8 | 尺邪省 | 111001011011000010111010111010011000001010101010111001111001110010000001 | e5b0bae982aae79c81 |
UHC | 尺邪省 | 111101001010100111011110111101111110000011111101 | f4a9def7e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)