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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雉頑ュ賛 | 11101000101100111000101011100110101011011000111001011110 | e8b38ae6ad8e5e |
EUC-JP | 雉頑ュ賛 | 1111000010110101101101001110100010001110101011011011101110111111 | f0b5b4e88eadbbbf |
UTF-8 | 雉頑ュ賛 | 111010011001101110001001111010011010000010010001111011111011110110101101111010001011001110011011 | e99b89e9a091efbdade8b39b |
UHC | 雉頑?? | 111101101100101111101000110101110011111100111111 | f6cbe8d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)