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 | 茵駕終薜 | 1110010010011111100010011110110110001111010010011110010101001111 | e49f89ed8f49e54f |
EUC-JP | 茵駕終薜 | 1110100010100001101100101110111110111101101010101110100110110000 | e8a1b2efbdaae9b0 |
UTF-8 | 茵駕終薜 | 111010001000110010110101111010011010011110010101111001111011010110000010111010001001011010011100 | e88cb5e9a795e7b582e8969c |
UHC | 茵駕終? | 11101100111000001100101010111101111100001111101100111111 | ece0cabdf0fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)