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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 弦璽弦 | 100011001011011110001110101000111000110010110111 | 8cb78ea38cb7 |
EUC-JP | 弦璽弦 | 101110001011100110111100101001011011100010111001 | b8b9bca5b8b9 |
UTF-8 | 弦璽弦 | 111001011011110010100110111001111001001010111101111001011011110010100110 | e5bca6e792bde5bca6 |
UHC | 弦璽弦 | 111110101101011111011111110111101111101011010111 | fad7dfdefad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)