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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???億? | 001111110011111100111111100010011010110100111111 | 3f3f3f89ad3f |
EUC-JP | ???億? | 001111110011111100111111101100101010111100111111 | 3f3f3fb2af3f |
UTF-8 | 樂롥윜億뺠 | 111011111010011010111111111010111010000110100101111011001001110010011100111001011000010010000100111010111011101010100000 | efa6bfeba1a5ec9c9ce58484ebbaa0 |
UHC | 樂롥윜億뺠 | 11101000111110011000111011100101100111111001111111100101111000101001010111101000 | e8f98ee59f9fe5e295e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)