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 | ??耘? | 0011111100111111111000111100111100111111 | 3f3fe3cf3f |
EUC-JP | ??耘? | 0011111100111111111001101101000100111111 | 3f3fe6d13f |
UTF-8 | 왲뼂耘쒳 | 111011001001100110110010111010111011110010000010111010001000000010011000111011001001001010110011 | ec99b2ebbc82e88098ec92b3 |
UHC | 왲뼂耘쒳 | 1001111011011000100101101000110011101001111111001001110101001010 | 9ed8968ce9fc9d4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)