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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 識紗エ棏 | 111100101011100010001110101011111000111011010001101101001111101011100111 | f2b88eaf8ed1b4fae7 |
EUC-JP | ?識紗エ棏 | 00111111101111001011000110111100110100111000111010110100100011111100001111111110 | 3fbcb1bcd38eb48fc3fe |
UTF-8 | 識紗エ棏 | 111011101000011110101111111010001010110110011000111001111011010010010111111011111011110110110100111001101010001110001111 | ee87afe8ad98e7b497efbdb4e6a38f |
UHC | ?識紗?? | 00111111111000111101101111011110111010010011111100111111 | 3fe3dbdee93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)