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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?徹??慷 | 00111111100100110100111100111111001111111001110011001011 | 3f934f3f3f9ccb |
EUC-JP | ?徹??慷 | 00111111110001011011000000111111001111111101100011001101 | 3fc5b03f3fd8cd |
UTF-8 | 뤋徹춳샅慷 | 111010111010010010001011111001011011111010111001111011001011011010110011111011001000001110000101111001101000010110110111 | eba48be5beb9ecb6b3ec8385e685b7 |
UHC | 뤋徹춳샅慷 | 10001111101110111111010011001011101011011000111110111011111101001100101110101111 | 8fbbf4cbad8fbbf4cbaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)