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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逑肥貯 | 111001111001001110010100111011001001001010011001 | e79394ec9299 |
EUC-JP | 逑肥貯 | 111011011111001111001000111011101100001111111001 | edf3c8eec3f9 |
UTF-8 | 逑肥貯 | 111010011000000010010001111010001000001010100101111010001011001010101111 | e98091e882a5e8b2af |
UHC | 逑肥貯 | 110011111100011111011101111111101110111011001101 | cfc7ddfeeecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)