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 | 荏棒? | 1000100101100000100101100101111100111111 | 8960965f3f |
EUC-JP | 荏棒? | 1011000111000001110010111100000000111111 | b1c1cbc03f |
UTF-8 | 荏棒㎮ | 111010001000110110001111111001101010001110010010111000111000111010101110 | e88d8fe6a392e38eae |
UHC | 荏棒㎮ | 111011001111101111011100111010101010011111100010 | ecfbdceaa7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)