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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???軟??\ | 0011111100111111001111111001001111101110001111110011111101011100 | 3f3f3f93ee3f3f5c |
EUC-JP | ???軟??\ | 0011111100111111001111111100011011110000001111110011111101011100 | 3f3f3fc6f03f3f5c |
UTF-8 | 療며뿏軟쒏펵\ | 11101111101001111000000111101011101010011011000011101011101111111000111111101000101110111001111111101100100100101000111111101101100011101011010101011100 | efa781eba9b0ebbf8fe8bb9fec928fed8eb55c |
UHC | 療며뿏軟쒏펵\ | 11101000111111101011100011100111100101111001010011100110111000111001110011100110101111001000011001011100 | e8feb8e79794e6e39ce6bc865c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)