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 | 髴縄ケ削寸鬆 | 1110100110011100100100111110101010111001100011011110110110010000101000011110100110100000 | e99c93eab98ded90a1e9a0 |
EUC-JP | 髴縄ケ削寸鬆 | 111100011111110011000110111011001000111010111001101110101110111111000000101000111111001010100010 | f1fcc6ec8eb9baefc0a3f2a2 |
UTF-8 | 髴縄ケ削寸鬆 | 111010011010101110110100111001111011100010000100111011111011110110111001111001011000100110001010111001011010111110111000111010011010110010000110 | e9abb4e7b884efbdb9e5898ae5afb8e9ac86 |
UHC | ???削寸? | 0011111100111111001111111101111011111011111101011011101100111111 | 3f3f3fdefbf5bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)