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 | ???綵 | 0011111100111111001111111110001101011100 | 3f3f3fe35c |
EUC-JP | ?洧?綵 | 00111111100011111100011110110100001111111110010110111101 | 3f8fc7b43fe5bd |
UTF-8 | 뤙洧촬綵 | 111010111010010010011001111001101011010010100111111011001011010010101100111001111011011010110101 | eba499e6b4a7ecb4ace7b6b5 |
UHC | 뤙洧촬綵 | 1000111111001000111010101111101111000011110101001111001111110111 | 8fc8eafbc3d4f3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)