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 | 識紗エ | 11110010101110001000111010101111100011101101000110110100 | f2b88eaf8ed1b4 |
EUC-JP | ?識紗エ | 00111111101111001011000110111100110100111000111010110100 | 3fbcb1bcd38eb4 |
UTF-8 | 識紗エ | 111011101000011110101111111010001010110110011000111001111011010010010111111011111011110110110100 | ee87afe8ad98e7b497efbdb4 |
UHC | ?識紗? | 001111111110001111011011110111101110100100111111 | 3fe3dbdee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)