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 | ??免漿? | 00111111001111111001011011000110100111111111011100111111 | 3f3f96c69ff73f |
EUC-JP | ??免漿? | 00111111001111111100110011001000110111101111100100111111 | 3f3fccc8def93f |
UTF-8 | 뤶풆免漿찊 | 111010111010010010110110111011011001001010000110111001011000010110001101111001101011110010111111111011001011000010001010 | eba4b6ed9286e5858de6bcbfecb08a |
UHC | 뤶풆免漿찊 | 10001111111001001011111010001110110110001111001111101101111011001010100110001110 | 8fe4be8ed8f3edeca98e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)