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 | ?Y] | 001111110101100101011101 | 3f595d |
SJIS-WIN | 鴉Y] | 11101001111010110101100101011101 | e9eb595d |
EUC-JP | 鴉Y] | 11110010111011010101100101011101 | f2ed595d |
UTF-8 | 鴉Y] | 1110100110110100100010010101100101011101 | e9b489595d |
UHC | 鴉Y] | 11100100101111000101100101011101 | e4bc595d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)