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 | 譽??秧?] | 1110011010100011001111110011111111100010010111100011111101011101 | e6a33f3fe25e3f5d |
EUC-JP | 譽??秧?] | 1110110010100101001111110011111111100011101111110011111101011101 | eca53f3fe3bf3f5d |
UTF-8 | 譽긷렘秧묮] | 11101000101011011011110111101010101110001011011111101011101000001001100011100111101001111010011111101011101011001010111001011101 | e8adbdeab8b7eba098e7a7a7ebacae5d |
UHC | 譽긷렘秧묮] | 1110011111100010101100011110010110110111101111011110010011101011100100100100010101011101 | e7e2b1e5b7bde4eb92455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)