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 | 阡林榊ーア阮 | 11101000100101001001011111010001100011011110010110110000101100011110100010010110 | e89497d18de5b0b1e896 |
EUC-JP | 阡林榊ーア阮 | 111011111111010011001110110100111011101011100111100011101011000010001110101100011110111111110110 | eff4ced3bae78eb08eb1eff6 |
UTF-8 | 阡林榊ーア阮 | 111010011001100010100001111001101001111010010111111001101010011010001010111011111011110110110000111011111011110110110001111010011001100010101110 | e998a1e69e97e6a68aefbdb0efbdb1e998ae |
UHC | 阡林???阮 | 111101001100011011010111111110010011111100111111001111111110100011010110 | f4c6d7f93f3f3fe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)