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 | 鄙顔さ閹 | 1110011110111111100010101110011110000010101100111110100010000110 | e7bf8ae782b3e886 |
EUC-JP | 鄙顔さ閹 | 1110111011000001101101001110100110100100101101011110111111100110 | eec1b4e9a4b5efe6 |
UTF-8 | 鄙顔さ閹 | 111010011000010010011001111010011010000110010100111000111000000110010101111010011001011010111001 | e98499e9a194e38195e996b9 |
UHC | 鄙顔さ? | 11011110101010011110010011010100101010101011010100111111 | dea9e4d4aab53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)