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 | 邪遮斜 | 100011101101011110001110110101011000111011001110 | 8ed78ed58ece |
EUC-JP | 邪遮斜 | 101111001101100110111100110101111011110011010000 | bcd9bcd7bcd0 |
UTF-8 | 邪遮斜 | 111010011000001010101010111010011000000110101110111001101001011010011100 | e982aae981aee6969c |
UHC | 邪遮斜 | 110111101111011111110011101101001101111011011000 | def7f3b4ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)