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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 抄ヌ、鵆グ | 1000111110110100110001111010010011101001111110111011100011011110 | 8fb4c7a4e9fbb8de |
EUC-JP | 抄ヌ、鵆グ | 101111101011011010001110110001111000111010100100111100101111110110001110101110001000111011011110 | beb68ec78ea4f2fd8eb88ede |
UTF-8 | 抄ヌ、鵆グ | 111001101000101010000100111011111011111010000111111011111011110110100100111010011011010110000110111011111011110110111000111011111011111010011110 | e68a84efbe87efbda4e9b586efbdb8efbe9e |
UHC | 抄????? | 11110100111111000011111100111111001111110011111100111111 | f4fc3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)