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 | ヒ盧ム | 11001011111000011011100011010001 | cbe1b8d1 |
EUC-JP | ヒ盧ム | 100011101100101111100010101110101000111011010001 | 8ecbe2ba8ed1 |
UTF-8 | ヒ盧ム | 111011111011111010001011111001111001101110100111111011111011111010010001 | efbe8be79ba7efbe91 |
UHC | ?盧? | 00111111110101101101010000111111 | 3fd6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)