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 | ???傭?? | 00111111001111110011111110010111011000100011111100111111 | 3f3f3f97623f3f |
EUC-JP | ???傭?? | 00111111001111110011111111001101110000110011111100111111 | 3f3f3fcdc33f3f |
UTF-8 | 殮뽩뱢傭븅콊 | 111011111010011010100101111010111011110110101001111010111011000110100010111001011000001010101101111010111011100010000101111011001011110110001010 | efa6a5ebbda9ebb1a2e582adebb885ecbd8a |
UHC | 殮뽩뱢傭븅콊 | 111001101111100110010110111001011001001110001000111010011011011010111010111010011011000110000110 | e6f996e59388e9b6bae9b186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)