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 | 佃?梯?? | 10010010110011110011111110010010111100100011111100111111 | 92cf3f92f23f3f |
EUC-JP | 佃?梯?? | 11000100110100010011111111000100111101000011111100111111 | c4d13fc4f43f3f |
UTF-8 | 佃렡梯멸렯 | 111001001011110110000011111010111010000010100001111001101010001010101111111010111010100110111000111010111010000010101111 | e4bd83eba0a1e6a2afeba9b8eba0af |
UHC | 佃렡梯멸렯 | 11101110111011001000111010110010111100001010110010111000111010101000111010111100 | eeec8eb2f0acb8ea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)