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 | ?普根? | 001111111001010110000001100011011010101000111111 | 3f95818daa3f |
EUC-JP | ?普根? | 001111111100100111100001101110101010110000111111 | 3fc9e1baac3f |
UTF-8 | 렻普根렎 | 111010111010000010111011111001101001100110101110111001101010000010111001111010111010000010001110 | eba0bbe699aee6a0b9eba08e |
UHC | 렻普根렎 | 1000111011000011110111001100010111010000110001101000111010100100 | 8ec3dcc5d0c68ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)