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 | 雄遁?? | 100101110101100110010011110110010011111100111111 | 975993d93f3f |
EUC-JP | 雄遁?? | 110011011011101011000110110110110011111100111111 | cdbac6db3f3f |
UTF-8 | 雄遁렢렍 | 111010011001101110000100111010011000000110000001111010111010000010100010111010111010000010001101 | e99b84e98181eba0a2eba08d |
UHC | 雄遁렢렍 | 1110101010101001110101001110110110001110101100111000111010100011 | eaa9d4ed8eb38ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)