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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 亦?????? | 1001011010010010001111110011111100111111001111110011111100111111 | 96923f3f3f3f3f3f |
EUC-JP | 亦?????? | 1100101111110010001111110011111100111111001111110011111100111111 | cbf23f3f3f3f3f3f |
UTF-8 | 亦싧읃溜곕젚說 | 111001001011101010100110111011001000101110100111111011001001110110000011111011111010011110001011111010101011001110010101111011001010000010011010111011111010011010100001 | e4baa6ec8ba7ec9d83efa78beab395eca09aefa6a1 |
UHC | 亦싧읃溜곕젚說 | 1110011010110010100110101110010110011111101110101110101011111110101100001110101110100000100101101110011011110010 | e6b29ae59fbaeafeb0eba096e6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)