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 | 闔朱ーケ菫ョ | 111010001000111010001110111010011011000010111001111001001011111110101110 | e88e8ee9b0b9e4bfae |
EUC-JP | 闔朱ーケ菫ョ | 111011111110111010111100111010111000111010110000100011101011100111101000110000011000111010101110 | efeebceb8eb08eb9e8c18eae |
UTF-8 | 闔朱ーケ菫ョ | 111010011001011110010100111001101001110010110001111011111011110110110000111011111011110110111001111010001000111110101011111011111011110110101110 | e99794e69cb1efbdb0efbdb9e88fabefbdae |
UHC | 闔朱??菫? | 111110011110111111110001101110010011111100111111110100001100101100111111 | f9eff1b93f3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)