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 | 巐庭谿シ巐 | 111110101011011010010010111010111110011010101110101111001111101010110110 | fab692ebe6aebcfab6 |
EUC-JP | 巐庭谿シ巐 | 100011111011101111111001110001001110110111101100101100001000111010111100100011111011101111111001 | 8fbbf9c4edecb08ebc8fbbf9 |
UTF-8 | 巐庭谿シ巐 | 111001011011011110010000111001011011101010101101111010001011000010111111111011111011110110111100111001011011011110010000 | e5b790e5baade8b0bfefbdbce5b790 |
UHC | ?庭谿?? | 00111111111011111101010011001101101011000011111100111111 | 3fefd4cdac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)