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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 低?錠屯淋^ | 10010010111000010011111110001111111110011001001111010100100101111101001001011110 | 92e13f8ff993d497d25e |
EUC-JP | 低?錠屯淋^ | 11000100111000110011111110111110111110111100011011010110110011101101010001011110 | c4e33fbefbc6d6ced45e |
UTF-8 | 低렰錠屯淋^ | 11100100101111011000111011101011101000001011000011101001100011001010000011100101101100011010111111100110101101111000101101011110 | e4bd8eeba0b0e98ca0e5b1afe6b78b5e |
UHC | 低렰錠屯淋^ | 1110111010111000100011101011110111101111111111001101010011101010110101111111101001011110 | eeb88ebdeffcd4ead7fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)