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 | 媛氓?盲? | 1001010101010001100111111000001000111111100101101101001100111111 | 95519f823f96d33f |
EUC-JP | 媛氓?盲? | 1100100110110010110111011110001000111111110011001101010100111111 | c9b2dde23fccd53f |
UTF-8 | 媛氓렲盲㉠ | 111001011010101010011011111001101011000010010011111010111010000010110010111001111001101110110010111000111000100110100000 | e5aa9be6b093eba0b2e79bb2e389a0 |
UHC | 媛氓렲盲㉠ | 11101010101100001101100011101100100011101011111111011000111011101010100010110001 | eab0d8ec8ebfd8eea8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)