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 | 沚懶あ | 100111111000110110011100111011111000001010100000 | 9f8d9cef82a0 |
EUC-JP | 沚懶あ | 110111011110110111011000111100011010010010100010 | ddedd8f1a4a2 |
UTF-8 | 沚懶あ | 111001101011001010011010111001101000011110110110111000111000000110000010 | e6b29ae687b6e38182 |
UHC | 沚懶あ | 111100101010111111010100111110111010101010100010 | f2afd4fbaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)