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 | 崖ラ?? | 100010100101001010000011100010010011111100111111 | 8a5283893f3f |
EUC-JP | 崖ラ?? | 101100111011001110100101111010010011111100111111 | b3b3a5e93f3f |
UTF-8 | 崖ラ솈殮 | 111001011011010010010110111000111000001110101001111011001000011010001000111011111010011010100101 | e5b496e383a9ec8688efa6a5 |
UHC | 崖ラ솈殮 | 1110010011110000101010111110100110011001100011001110011011111001 | e4f0abe9998ce6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)