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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ???莢d | 001111110011111100111111111001001011000001100100 | 3f3f3fe4b064 |
EUC-JP | ???莢d | 001111110011111100111111111010001011001001100100 | 3f3f3fe8b264 |
UTF-8 | 렢렟렳莢d | 11101011101000001010001011101011101000001001111111101011101000001011001111101000100011101010001001100100 | eba0a2eba09feba0b3e88ea264 |
UHC | 렢렟렳莢d | 100011101011001110001110101100001000111011000000111110101111100001100100 | 8eb38eb08ec0faf864 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)