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 | 酌借赦湿 | 1000111011011110100011101101100010001110110011011000111010111100 | 8ede8ed88ecd8ebc |
EUC-JP | 酌借赦湿 | 1011110011100000101111001101101010111100110011111011110010111110 | bce0bcdabccfbcbe |
UTF-8 | 酌借赦湿 | 111010011000010110001100111001011000000010011111111010001011010110100110111001101011100110111111 | e9858ce5809fe8b5a6e6b9bf |
UHC | 酌借赦? | 11101101110011001111001110101000110111101111010100111111 | edccf3a8def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)