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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??序眼??^ | 001111110011111110001111100110001000101011100001001111110011111101011110 | 3f3f8f988ae13f3f5e |
EUC-JP | ??序眼??^ | 001111110011111110111101111110001011010011100011001111110011111101011110 | 3f3fbdf8b4e33f3f5e |
UTF-8 | 뤶亂序眼렻렕^ | 11101011101001001011011011101111101001001001101111100101101110101000111111100111100111001011110011101011101000001011101111101011101000001001010101011110 | eba4b6efa49be5ba8fe79cbceba0bbeba0955e |
UHC | 뤶亂序眼렻렕^ | 10001111111001001101000111101010110111111110110111100100110100011000111011000011100011101010101001011110 | 8fe4d1eadfede4d18ec38eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)