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 | ?d? | 00111111100000101000010000111111 | 3f82843f |
EUC-JP | ?d? | 00111111101000111110010000111111 | 3fa3e43f |
UTF-8 | 溜d툧 | 111011111010011110001011111011111011110110000100111011011000100010100111 | efa78befbd84ed88a7 |
UHC | 溜d툧 | 111010101111111010100011111001001011100010011110 | eafea3e4b89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)