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 | ??聾? | 0011111100111111100110000101011100111111 | 3f3f98573f |
EUC-JP | ??聾? | 0011111100111111110011111011100000111111 | 3f3fcfb83f |
UTF-8 | 얕뤒聾퉆 | 111011001001011010010101111010111010010010010010111010001000000110111110111011011000100110000110 | ec9695eba492e881beed8986 |
UHC | 얕뤒聾퉆 | 1011111011101000100011111100001011010110111011001011100101010101 | bee88fc2d6ecb955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)