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 | 魚??與? | 10001011100110110011111100111111111001000110111100111111 | 8b9b3f3fe46f3f |
EUC-JP | 魚??與? | 10110101111110110011111100111111111001111101000000111111 | b5fb3f3fe7d03f |
UTF-8 | 魚됳닕與잞 | 111010011010110110011010111010111001000010110011111010111000101110010101111010001000100010000111111011001001111010011110 | e9ad9aeb90b3eb8b95e88887ec9e9e |
UHC | 魚됳닕與잞 | 11100101111000001000100111101110100010001001100111100110101010001001111111101111 | e5e089ee8899e6a89fef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)