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 | 沃ょ? | 1001011110000000100000101110010100111111 | 978082e53f |
EUC-JP | 沃ょ? | 1100110111100000101001001110011100111111 | cde0a4e73f |
UTF-8 | 沃ょ퀫 | 111001101011001010000011111000111000001010000111111011011000000010101011 | e6b283e38287ed80ab |
UHC | 沃ょ퀫 | 111010001010101010101010111001111011001110011111 | e8aaaae7b39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)