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 | 驍ッ闃ス菫秘 | 11101001100000101010111111101000100010101011110111100100101111111001010011101001 | e982afe88abde4bf94e9 |
EUC-JP | 驍ッ闃ス菫秘 | 111100011110001010001110101011111110111111101010100011101011110111101000110000011100100011101011 | f1e28eafefea8ebde8c1c8eb |
UTF-8 | 驍ッ闃ス菫秘 | 111010011010100110001101111011111011110110101111111010011001011110000011111011111011110110111101111010001000111110101011111001111010011110011000 | e9a98defbdafe99783efbdbde88fabe7a798 |
UHC | 驍???菫秘 | 111111011010010000111111001111110011111111010000110010111101110111111010 | fda43f3f3fd0cbddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)