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 | 油?宸?淳 | 1001011011111011001111111001101110000010001111111000111101111110 | 96fb3f9b823f8f7e |
EUC-JP | 油?宸?淳 | 1100110011111101001111111101010111100010001111111011110111011111 | ccfd3fd5e23fbddf |
UTF-8 | 油렡宸렊淳 | 111001101011001010111001111010111010000010100001111001011010111010111000111010111010000010001010111001101011011110110011 | e6b2b9eba0a1e5aeb8eba08ae6b7b3 |
UHC | 油렡宸렊淳 | 11101010111110101000111010110010111000111110010010001110101000011110001011101000 | eafa8eb2e3e48ea1e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)