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 | 悠?咀? | 100101110100100100111111100110011111000000111111 | 97493f99f03f |
EUC-JP | 悠?咀? | 110011011010101000111111110100101111001000111111 | cdaa3fd2f23f |
UTF-8 | 悠렓咀렍 | 111001101000001010100000111010111010000010010011111001011001001010000000111010111010000010001101 | e682a0eba093e59280eba08d |
UHC | 悠렓咀렍 | 1110101011101101100011101010100011101110101110101000111010100011 | eaed8ea8eeba8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)