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 | 雋趣ス」驛帛 | 11101000101100101000111011101111101111011010001111101001100000111001101111100101 | e8b28eefbda3e9839be5 |
EUC-JP | 雋趣ス」驛帛 | 111100001011010010111100111100011000111010111101100011101010001111110001111000111101011011100111 | f0b4bcf18ebd8ea3f1e3d6e7 |
UTF-8 | 雋趣ス」驛帛 | 111010011001101110001011111010001011011010100011111011111011110110111101111011111011110110100011111010011010100110011011111001011011100010011011 | e99b8be8b6a3efbdbdefbda3e9a99be5b89b |
UHC | 雋趣??驛帛 | 11110001111001101111011010101100001111110011111111100110101111101101101111011001 | f1e6f6ac3f3fe6bedbd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)