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 | ???淞る? | 0011111100111111001111111001111111000010100000101110100100111111 | 3f3f3f9fc282e93f |
EUC-JP | ???淞る? | 0011111100111111001111111101111011000100101001001110101100111111 | 3f3f3fdec4a4eb3f |
UTF-8 | 琉쀦컭淞る깄 | 111011111010011110001100111011001000000010100110111011001011101110101101111001101011011110011110111000111000001010001011111010101011100110000100 | efa78cec80a6ecbbade6b79ee3828beab984 |
UHC | 琉쀦컭淞る깄 | 111010111010010010010111111001101011000010010011111000011110011110101010111010111000001110000101 | eba497e6b093e1e7aaeb8385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)