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 | 逵??? | 1110011110011100001111110011111100111111 | e79c3f3f3f |
EUC-JP | 逵棅?? | 11101101111111001000111111000011111110110011111100111111 | edfc8fc3fb3f3f |
UTF-8 | 逵棅궷인 | 111010011000000010110101111001101010001110000101111010101011011010110111111011001001110110111000 | e980b5e6a385eab6b7ec9db8 |
UHC | 逵棅궷인 | 1101000010110000110111001011100010110001110011001100000011001110 | d0b0dcb8b1ccc0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)