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 | 閹馴雫竕ヲ | 111010001000011010010011111010011000111010110100111000101000100110100110 | e88693e98eb4e289a6 |
EUC-JP | 閹馴雫竕ヲ | 11101111111001101100011011101011101111001011011011100011111010011000111010100110 | efe6c6ebbcb6e3e98ea6 |
UTF-8 | 閹馴雫竕ヲ | 111010011001011010111001111010011010011010110100111010011001101110101011111001111010101110010101111011111011110110100110 | e996b9e9a6b4e99babe7ab95efbda6 |
UHC | ?馴??? | 001111111110001011111000001111110011111100111111 | 3fe2f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)