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 | 弦璽弦璽 | 1000110010110111100011101010001110001100101101111000111010100011 | 8cb78ea38cb78ea3 |
EUC-JP | 弦璽弦璽 | 1011100010111001101111001010010110111000101110011011110010100101 | b8b9bca5b8b9bca5 |
UTF-8 | 弦璽弦璽 | 111001011011110010100110111001111001001010111101111001011011110010100110111001111001001010111101 | e5bca6e792bde5bca6e792bd |
UHC | 弦璽弦璽 | 1111101011010111110111111101111011111010110101111101111111011110 | fad7dfdefad7dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)