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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ???一?] | 00111111001111110011111110001000111010100011111101011101 | 3f3f3f88ea3f5d |
EUC-JP | ???一?] | 00111111001111110011111110110000111011000011111101011101 | 3f3f3fb0ec3f5d |
UTF-8 | 琉뗨꽮一냂] | 11101111101001111000110011101011100101111010100011101010101111011010111011100100101110001000000011101011100000111000001001011101 | efa78ceb97a8eabdaee4b880eb83825d |
UHC | 琉뗨꽮一냂] | 1110101110100100100010111110100010000100101110011110110011101001100001100101000101011101 | eba48be884b9ece986515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)