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 | 瑤?<亦 | 11101010101000100011111110000001100000111001011010010010 | eaa23f81839692 |
EUC-JP | 瑤?<亦 | 11110100101001000011111110100001111000111100101111110010 | f4a43fa1e3cbf2 |
UTF-8 | 瑤덂<亦 | 111001111001000110100100111010111000110110000010111011111011110010011100111001001011101010100110 | e791a4eb8d82efbc9ce4baa6 |
UHC | 瑤덂<亦 | 1110100011111101100010001110010110100011101111001110011010110010 | e8fd88e5a3bce6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)