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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ????吾?] | 0011111100111111001111110011111110001100111000010011111101011101 | 3f3f3f3f8ce13f5d |
EUC-JP | ????吾?] | 0011111100111111001111110011111110111000111000110011111101011101 | 3f3f3f3fb8e33f5d |
UTF-8 | 렱렗솝씬吾렣] | 11101011101000001011000111101011101000001001011111101100100001101001110111101100100101001010110011100101100100001011111011101011101000001010001101011101 | eba0b1eba097ec869dec94ace590beeba0a35d |
UHC | 렱렗솝씬吾렣] | 10001110101111101000111010101100101111001101100110111110110000001110011111101110100011101011010001011101 | 8ebe8eacbcd9bec0e7ee8eb45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)