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 | 隶手娼邉 | 1110100010101110100011101110100010001111101010011110011110110011 | e8ae8ee88fa9e7b3 |
EUC-JP | 隶手娼邉 | 1111000010110000101111001110101010111110101010111110111010110101 | f0b0bceabeabeeb5 |
UTF-8 | 隶手娼邉 | 111010011001101010110110111001101000100110001011111001011010100010111100111010011000001010001001 | e99ab6e6898be5a8bce98289 |
UHC | ?手娼? | 001111111110001010100010111100111101111000111111 | 3fe2a2f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)