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 | 繚衰芥褊 | 1110001110000111100100001000101010001010010010001110010111101101 | e387908a8a48e5ed |
EUC-JP | 繚衰芥褊 | 1110010111100111101111111110101010110011101010011110101011101111 | e5e7bfeab3a9eaef |
UTF-8 | 繚衰芥褊 | 111001111011100110011010111010001010000110110000111010001000101010100101111010001010010010001010 | e7b99ae8a1b0e88aa5e8a48a |
UHC | ?衰芥? | 001111111110000111110001110010111100111000111111 | 3fe1f1cbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)