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 | 亦?9肄 | 10010110100100100011111110000010010110001110001111100101 | 96923f8258e3e5 |
EUC-JP | 亦?9肄 | 11001011111100100011111110100011101110011110011011100111 | cbf23fa3b9e6e7 |
UTF-8 | 亦낅9肄 | 111001001011101010100110111010111000001010000101111011111011110010011001111010001000001010000100 | e4baa6eb8285efbc99e88284 |
UHC | 亦낅9肄 | 1110011010110010100001011110101110100011101110011110110010111101 | e6b285eba3b9ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)