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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閹嬢婿 | 111010001000011010001111111011001001011010111001 | e8868fec96b9 |
EUC-JP | 閹嬢婿 | 111011111110011010111110111011101100110010111011 | efe6beeeccbb |
UTF-8 | 閹嬢婿 | 111010011001011010111001111001011010110010100010111001011010100110111111 | e996b9e5aca2e5a9bf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)