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 | 柚?∥ | 1001011101001101001111111000000101100001 | 974d3f8161 |
EUC-JP | 柚?‖ | 1100110110101110001111111010000111000010 | cdae3fa1c2 |
UTF-8 | 柚꾨∥ | 111001101001111110011010111010101011111010101000111000101000100010100101 | e69f9aeabea8e288a5 |
UHC | 柚꾨∥ | 111010101111011010000100111010111010000110101011 | eaf684eba1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)