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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萬駕輯葆 | 1110010011011101100010011110110110001111010100111110010011011100 | e4dd89ed8f53e4dc |
EUC-JP | 萬駕輯葆 | 1110100011011111101100101110111110111101101101001110100011011110 | e8dfb2efbdb4e8de |
UTF-8 | 萬駕輯葆 | 111010001001000010101100111010011010011110010101111010001011110010101111111010001001000110000110 | e890ace9a795e8bcafe89186 |
UHC | 萬駕輯? | 11011000101111111100101010111101111100101111111000111111 | d8bfcabdf2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)