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 | 錮ス貅ス銛撮 | 11100111111111001011110111100110101110101011110111100111111100111000111001000010 | e7fcbde6babde7f38e42 |
EUC-JP | 錮ス貅ス銛撮 | 111011101111111010001110101111011110110010111100100011101011110111101110111101011011101110100011 | eefe8ebdecbc8ebdeef5bba3 |
UTF-8 | 錮ス貅ス銛撮 | 111010011000110010101110111011111011110110111101111010001011001010000101111011111011110110111101111010011000101010011011111001101001001010101110 | e98caeefbdbde8b285efbdbde98a9be692ae |
UHC | 錮????撮 | 1100110111010001001111110011111100111111001111111111010111001001 | cdd13f3f3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)