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 | 沚?艤?訂? | 100111111000110100111111111001000111111000111111100100101111100100111111 | 9f8d3fe47e3f92f93f |
EUC-JP | 沚?艤?訂? | 110111011110110100111111111001111101111100111111110001001111101100111111 | dded3fe7df3fc4fb3f |
UTF-8 | 沚렣艤렫訂렦 | 111001101011001010011010111010111010000010100011111010001000100110100100111010111010000010101011111010001010100010000010111010111010000010100110 | e6b29aeba0a3e889a4eba0abe8a882eba0a6 |
UHC | 沚렣艤렫訂렦 | 111100101010111110001110101101001110101111111010100011101011100111101111111101001000111010110101 | f2af8eb4ebfa8eb9eff48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)