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 | 葉??譽 | 100101110111010000111111001111111110011010100011 | 97743f3fe6a3 |
EUC-JP | 葉??譽 | 110011011101010100111111001111111110110010100101 | cdd53f3feca5 |
UTF-8 | 葉붾젧譽 | 111010001001000110001001111010111011011010111110111011001010000010100111111010001010110110111101 | e89189ebb6beeca0a7e8adbd |
UHC | 葉붾젧譽 | 1110011110101000100101001110101110100000100111111110011111100010 | e7a894eba09fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)