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 | 沃?Ⅲ | 1001011110000000001111111000011101010110 | 97803f8756 |
EUC-JP | 沃?? | 11001101111000000011111100111111 | cde03f3f |
UTF-8 | 沃섏Ⅲ | 111001101011001010000011111011001000010010001111111000101000010110100010 | e6b283ec848fe285a2 |
UHC | 沃섏Ⅲ | 111010001010101010011000111011001010010110110010 | e8aa98eca5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)