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 | 蒔鋗カ | 11110000101001111000111010101010111110111101000010110110 | f0a78eaafbd0b6 |
EUC-JP | ?蒔鋗カ | 0011111110111100101011001000111111100100110000011000111010110110 | 3fbcac8fe4c18eb6 |
UTF-8 | 蒔鋗カ | 111011101000000110100110111010001001001010010100111010011000101110010111111011111011110110110110 | ee81a6e89294e98b97efbdb6 |
UHC | ?蒔?? | 0011111111100011110010000011111100111111 | 3fe3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)