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 | 鐘ルセ鹿 | 10001111111000001101100110111110111100001100010111110101111110111000111010101101 | 8fe0d9bef0c5f5fb8ead |
EUC-JP | 鐘ルセ??鹿 | 10111110111000101000111011011001100011101011111000111111001111111011110010101111 | bee28ed98ebe3f3fbcaf |
UTF-8 | 鐘ルセ鹿 | 111010011001000010011000111011111011111010011001111011111011110110111110111011101000001010000100111011101001000110100110111010011011100110111111 | e99098efbe99efbdbeee8284ee91a6e9b9bf |
UHC | 鐘????鹿 | 1111000110100100001111110011111100111111001111111101011011100011 | f1a43f3f3f3fd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)