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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 製????~ | 10010000101110110011111100111111001111110011111101111110 | 90bb3f3f3f3f7e |
EUC-JP | 製????~ | 11000000101111010011111100111111001111110011111101111110 | c0bd3f3f3f3f7e |
UTF-8 | 製렲李닐렕~ | 11101000101000111011110111101011101000001011001011101111101001111010000111101011100010111001000011101011101000001001010101111110 | e8a3bdeba0b2efa7a1eb8b90eba0957e |
UHC | 製렲李닐렕~ | 1111000010110010100011101011111111101100101100001011010011010010100011101010101001111110 | f0b28ebfecb0b4d28eaa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)