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 | ?杳遠? | 001111111001110111100000100010011001001100111111 | 3f9de089933f |
EUC-JP | ?杳遠? | 001111111101101011100010101100011111001100111111 | 3fdae2b1f33f |
UTF-8 | 뤗杳遠텯 | 111010111010010010010111111001101001110110110011111010011000000110100000111011011000010110101111 | eba497e69db3e981a0ed85af |
UHC | 뤗杳遠텯 | 1000111111000111110110011101110011101010110000001011011101000010 | 8fc7d9dceac0b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)