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 | 裝棒? | 1110010111100100100101100101111100111111 | e5e4965f3f |
EUC-JP | 裝棒? | 1110101011100110110010111100000000111111 | eae6cbc03f |
UTF-8 | 裝棒㎮ | 111010001010001110011101111001101010001110010010111000111000111010101110 | e8a39de6a392e38eae |
UHC | 裝棒㎮ | 111011011111101111011100111010101010011111100010 | edfbdceaa7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)