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 | ?坎氓聾 | 00111111100110101010101010011111100000101001100001010111 | 3f9aaa9f829857 |
EUC-JP | ?坎氓聾 | 00111111110101001010110011011101111000101100111110111000 | 3fd4acdde2cfb8 |
UTF-8 | 뤰坎氓聾 | 111010111010010010110000111001011001110110001110111001101011000010010011111010001000000110111110 | eba4b0e59d8ee6b093e881be |
UHC | 뤰坎氓聾 | 1000111111011110110010101110110011011000111011001101011011101100 | 8fdecaecd8ecd6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)