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 | ???宜f? | 0011111100111111001111111000101101011000100000101000011000111111 | 3f3f3f8b5882863f |
EUC-JP | ???宜f? | 0011111100111111001111111011010110111001101000111110011000111111 | 3f3f3fb5b9a3e63f |
UTF-8 | 閱묐챶宜f뤃 | 111010011001011010110001111010111010110010010000111011001011000110110110111001011010111010011100111011111011110110000110111010111010010010000011 | e996b1ebac90ecb1b6e5ae9cefbd86eba483 |
UHC | 閱묐챶宜f뤃 | 111001101111001110010001111010111010101010000011111010111111000110100011111001101000111110110100 | e6f391ebaa83ebf1a3e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)