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 | 雨畔那 | 100010010100101010010100110010001001001111011111 | 894a94c893df |
EUC-JP | 雨畔那 | 101100011010101111001000110010101100011011100001 | b1abc8cac6e1 |
UTF-8 | 雨畔那 | 111010011001101110101000111001111001010110010100111010011000001010100011 | e99ba8e79594e982a3 |
UHC | 雨畔那 | 111010011110101111011010111011011101000111100001 | e9ebdaedd1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)