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 | ??驃??] | 00111111001111111110100101111110001111110011111101011101 | 3f3fe97e3f3f5d |
EUC-JP | ??驃??] | 00111111001111111111000111011111001111110011111101011101 | 3f3ff1df3f3f5d |
UTF-8 | 렱렚驃섕속] | 11101011101000001011000111101011101000001001101011101001101010011000001111101100100001001001010111101100100001101000110101011101 | eba0b1eba09ae9a983ec8495ec868d5d |
UHC | 렱렚驃섕속] | 1000111010111110100011101010110111111000111111101011110010101100101111001101001101011101 | 8ebe8eadf8febcacbcd35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)