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 | 陜捺サ包スャ | 111010001001110110010011111001101011101110010101111011111011110110101100 | e89d93e6bb95efbdac |
EUC-JP | 陜捺サ包スャ | 111011111111110111000110111010001000111010111011110010101111000110001110101111011000111010101100 | effdc6e88ebbcaf18ebd8eac |
UTF-8 | 陜捺サ包スャ | 111010011001100110011100111001101000110110111010111011111011110110111011111001011000110010000101111011111011110110111101111011111011110110101100 | e9999ce68dbaefbdbbe58c85efbdbdefbdac |
UHC | 陜捺?包?? | 111110011111000011010001111101000011111111111000110100000011111100111111 | f9f0d1f43ff8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)