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 | 隰泌帥隰 | 1110100010101100100101001110010110010000100000111110100010101100 | e8ac94e59083e8ac |
EUC-JP | 隰泌帥隰 | 1111000010101110110010001110011110111111111000111111000010101110 | f0aec8e7bfe3f0ae |
UTF-8 | 隰泌帥隰 | 111010011001101010110000111001101011001110001100111001011011100010100101111010011001101010110000 | e99ab0e6b38ce5b8a5e99ab0 |
UHC | ?泌帥? | 001111111111100110110010111000011111110100111111 | 3ff9b2e1fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)