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 | 銛キム榊ョ苓 | 111001111111001110110111110100011000110111100101101011101001011111101000 | e7f3b7d18de5ae97e8 |
EUC-JP | 銛キム榊ョ苓 | 111011101111010110001110101101111000111011010001101110101110011110001110101011101100111011101010 | eef58eb78ed1bae78eaeceea |
UTF-8 | 銛キム榊ョ苓 | 111010011000101010011011111011111011110110110111111011111011111010010001111001101010011010001010111011111011110110101110111010001000101110010011 | e98a9befbdb7efbe91e6a68aefbdaee88b93 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)