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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???蘂??] | 0011111100111111001111111110010101000001001111110011111101011101 | 3f3f3fe5413f3f5d |
EUC-JP | ???蘂??] | 0011111100111111001111111110100110100010001111110011111101011101 | 3f3f3fe9a23f3f5d |
UTF-8 | 銳노젻蘂노젙] | 11101001100010101011001111101011100001011011100011101100101000001011101111101000100110001000001011101011100001011011100011101100101000001001100101011101 | e98ab3eb85b8eca0bbe89882eb85b8eca0995d |
UHC | 銳노젻蘂노젙] | 11100111111001011011001111101011101000001010111011100111110111101011001111101011101000001001010101011101 | e7e5b3eba0aee7deb3eba0955d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)