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 | 隴乗ィカ莠ィ | 111010001010110110001111111001101010100010110110111001001011101010101000 | e8ad8fe6a8b6e4baa8 |
EUC-JP | 隴乗ィカ莠ィ | 111100001010111110111110111010001000111010101000100011101011011011101000101111001000111010101000 | f0afbee88ea88eb6e8bc8ea8 |
UTF-8 | 隴乗ィカ莠ィ | 111010011001101010110100111001001011100110010111111011111011110110101000111011111011110110110110111010001000111010100000111011111011110110101000 | e99ab4e4b997efbda8efbdb6e88ea0efbda8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)