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 | 爾遁廓 | 100011101010001010010011110110011000101001100110 | 8ea293d98a66 |
EUC-JP | 爾遁廓 | 101111001010010011000110110110111011001111000111 | bca4c6dbb3c7 |
UTF-8 | 爾遁廓 | 111001111000100010111110111010011000000110000001111001011011101110010011 | e788bee98181e5bb93 |
UHC | 爾遁廓 | 111011001011001111010100111011011100111010101001 | ecb3d4edcea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)