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 | 嶹エ遲州 | 11111010101101011011010011100111101011011000111101000010 | fab5b4e7ad8f42 |
EUC-JP | 嶹エ遲州 | 100011111011101111110101100011101011010011101110101011111011110110100011 | 8fbbf58eb4eeafbda3 |
UTF-8 | 嶹エ遲州 | 111001011011011010111001111011111011110110110100111010011000000110110010111001011011011110011110 | e5b6b9efbdb4e981b2e5b79e |
UHC | ??遲州 | 001111110011111111110010110000001111000110110110 | 3f3ff2c0f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)