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 | 訷疾襃 | 111110111010010010001110101111101110010111101111 | fba48ebee5ef |
EUC-JP | 訷疾襃 | 10001111110111011101010010111100110000001110101011110001 | 8fddd4bcc0eaf1 |
UTF-8 | 訷疾襃 | 111010001010100010110111111001111001011010111110111010001010010110000011 | e8a8b7e796bee8a583 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)