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 | ???淹?? | 00111111001111110011111110011111101110010011111100111111 | 3f3f3f9fb93f3f |
EUC-JP | ???淹?? | 00111111001111110011111111011110101110110011111100111111 | 3f3f3fdebb3f3f |
UTF-8 | 溜삭꽊淹ㅻℓ | 111011111010011110001011111011001000001010101101111010101011110110001010111001101011011110111001111000111000010110111011111000101000010010010011 | efa78bec82adeabd8ae6b7b9e385bbe28493 |
UHC | 溜삭꽊淹ㅻℓ | 111010101111111010111011111010001000010010011010111001011111010010100100111010111010011110100100 | eafebbe8849ae5f4a4eba7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)