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 | 閼」魏ケ鄙箪 | 11101000100001001010001111101001101100001011100111100111101111111001001001011100 | e884a3e9b0b9e7bf925c |
EUC-JP | 閼」魏ケ鄙箪 | 111011111110010010001110101000111111001010110010100011101011100111101110110000011100001110111101 | efe48ea3f2b28eb9eec1c3bd |
UTF-8 | 閼」魏ケ鄙箪 | 111010011001011010111100111011111011110110100011111010011010110110001111111011111011110110111001111010011000010010011001111001111010111010101010 | e996bcefbda3e9ad8fefbdb9e98499e7aeaa |
UHC | 閼?魏?鄙? | 111001001101100100111111111010101110000000111111110111101010100100111111 | e4d93feae03fdea93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)