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 | 瑩???? | 111000001111000000111111001111110011111100111111 | e0f03f3f3f3f |
EUC-JP | 瑩???? | 111000001111001000111111001111110011111100111111 | e0f23f3f3f3f |
UTF-8 | 瑩깁쐷筽꼟 | 111001111001000110101001111010101011100110000001111011001001000010110111111001111010110110111101111010101011110010011111 | e791a9eab981ec90b7e7adbdeabc9f |
UHC | 瑩깁쐷筽꼟 | 11111011101010011011000111101001100111001001100111101000101001001000010001110110 | fba9b1e99c99e8a48476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)