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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???外?? | 00111111001111110011111110001010010011110011111100111111 | 3f3f3f8a4f3f3f |
EUC-JP | ???外?? | 00111111001111110011111110110011101100000011111100111111 | 3f3f3fb3b03f3f |
UTF-8 | 琉싩꽣外뺤폖 | 111011111010011110001100111011001000101110101001111010101011110110100011111001011010010010010110111010111011101010100100111011011000111110010110 | efa78cec8ba9eabda3e5a496ebbaa4ed8f96 |
UHC | 琉싩꽣外뺤폖 | 111010111010010010011010111001111000010010110000111010001110001010010101111011001011110010100000 | eba49ae784b0e8e295ecbca0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)