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 | 隴乗ィ剃 | 11101000101011011000111111100110101010001001001011100100 | e8ad8fe6a892e4 |
EUC-JP | 隴乗ィ剃 | 1111000010101111101111101110100010001110101010001100010011100110 | f0afbee88ea8c4e6 |
UTF-8 | 隴乗ィ剃 | 111010011001101010110100111001001011100110010111111011111011110110101000111001011000100110000011 | e99ab4e4b997efbda8e58983 |
UHC | ???剃 | 0011111100111111001111111111010011101111 | 3f3f3ff4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)