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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???雩??? | 001111110011111100111111100011111110011011111010001111110011111100111111 | 3f3f3f8fe6fa3f3f3f |
UTF-8 | 쒔롈뤷雩찊ㅎ쳩 | 111011001001001010010100111010111010000110001000111010111010010010110111111010011001101110101001111011001011000010001010111000111000010110001110111011001011001110101001 | ec9294eba188eba4b7e99ba9ecb08ae3858eecb3a9 |
UHC | 쒔롈뤷雩찊ㅎ쳩 | 1011111010101101100011101100111010001111111001011110100111101100101010011000111010100100101111101010101110001110 | bead8ece8fe5e9eca98ea4beab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)