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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第??拌? | 10010001111001100011111100111111100111010110000100111111 | 91e63f3f9d613f |
EUC-JP | 第??拌? | 11000010111010000011111100111111110110011100001000111111 | c2e83f3fd9c23f |
UTF-8 | 第뀄렪拌썹 | 111001111010110010101100111010111000000010000100111010111010000010101010111001101000101110001100111011001000110110111001 | e7acaceb8084eba0aae68b8cec8db9 |
UHC | 第뀄렪拌썹 | 11110000101011111011001011101101100011101011100011011010111001011011110111100111 | f0afb2ed8eb8dae5bde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)