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 | 佃?汀??? | 1001001011001111001111111001001011110011001111110011111100111111 | 92cf3f92f33f3f3f |
EUC-JP | 佃?汀??? | 1100010011010001001111111100010011110101001111110011111100111111 | c4d13fc4f53f3f3f |
UTF-8 | 佃렖汀렋롈렎 | 111001001011110110000011111010111010000010010110111001101011000110000000111010111010000010001011111010111010000110001000111010111010000010001110 | e4bd83eba096e6b180eba08beba188eba08e |
UHC | 佃렖汀렋롈렎 | 111011101110110010001110101010111110111111100010100011101010001010001110110011101000111010100100 | eeec8eabefe28ea28ece8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)