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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宥??? | 1001011101000111001111110011111100111111 | 97473f3f3f |
EUC-JP | 宥??? | 1100110110101000001111110011111100111111 | cda83f3f3f |
UTF-8 | 宥녹씪療 | 111001011010111010100101111010111000010110111001111011001001010010101010111011111010011110000001 | e5aea5eb85b9ec94aaefa781 |
UHC | 宥녹씪療 | 1110101011101001101100111110110010011101101111001110100011111110 | eae9b3ec9dbce8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)