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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????外 | 00111111001111110011111100111111001111111000101001001111 | 3f3f3f3f3f8a4f |
EUC-JP | ????艅外 | 001111110011111100111111001111111000111111010110111111011011001110110000 | 3f3f3f3f8fd6fdb3b0 |
UTF-8 | 롔렲롃렰艅外 | 111010111010000110010100111010111010000010110010111010111010000110000011111010111010000010110000111010001000100110000101111001011010010010010110 | eba194eba0b2eba183eba0b0e88985e5a496 |
UHC | 롔렲롃렰艅外 | 100011101101100010001110101111111000111011001010100011101011110111100110101010011110100011100010 | 8ed88ebf8eca8ebde6a9e8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)