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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?悅塑? | 001111111111101010111101100100010101100100111111 | 3ffabd91593f |
EUC-JP | ??塑? | 0011111100111111110000011011101000111111 | 3f3fc1ba3f |
UTF-8 | 쉋悅塑쑫 | 111011001000100110001011111001101000001010000101111001011010000110010001111011001001000110101011 | ec898be68285e5a191ec91ab |
UHC | 쉋悅塑쑫 | 1001101001100101111001101110110111100001101100011001110011000111 | 9a65e6ede1b19cc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)