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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韭オム牙 | 111010001110101010110101110100011000100111100101 | e8eab5d189e5 |
EUC-JP | 韭オム牙 | 1111000011101100100011101011010110001110110100011011001011100111 | f0ec8eb58ed1b2e7 |
UTF-8 | 韭オム牙 | 111010011001111110101101111011111011110110110101111011111011111010010001111001111000100110011001 | e99fadefbdb5efbe91e78999 |
UHC | ???牙 | 0011111100111111001111111110010010110011 | 3f3f3fe4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)