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 | 霤タ袿テタ | 111010001100001111000000111001011101110111110101111010001100001111000000 | e8c3c0e5ddf5e8c3c0 |
EUC-JP | 霤タ袿?テタ | 1111000011000101100011101100000011101010110111110011111110001110110000111000111011000000 | f0c58ec0eadf3f8ec38ec0 |
UTF-8 | 霤タ袿テタ | 111010011001110010100100111011111011111010000000111010001010001010111111111011101001000110010011111011111011111010000011111011111011111010000000 | e99ca4efbe80e8a2bfee9193efbe83efbe80 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)