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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 輊軫t | 1110011101101000111001110110011001110100 | e768e76674 |
EUC-JP | 輊軫t | 1110110111001001111011011100011101110100 | edc9edc774 |
UTF-8 | 輊軫t | 11101000101111001000101011101000101110111010101101110100 | e8bc8ae8bbab74 |
UHC | ?軫t | 00111111111100101110001001110100 | 3ff2e274 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)