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 | 釈尺紗而 | 1000111011011111100011101101101010001110110100011000111010100111 | 8edf8eda8ed18ea7 |
EUC-JP | 釈尺紗而 | 1011110011100001101111001101110010111100110100111011110010101001 | bce1bcdcbcd3bca9 |
UTF-8 | 釈尺紗而 | 111010011000011110001000111001011011000010111010111001111011010010010111111010001000000010001100 | e98788e5b0bae7b497e8808c |
UHC | ?尺紗而 | 00111111111101001010100111011110111010011110110010111011 | 3ff4a9dee9ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)