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 | 竪贈続奪俗 | 10010010010001111001000110100001100100011011000110010010010001001001000110101101 | 924791a191b1924491ad |
EUC-JP | 竪贈続奪俗 | 11000011101010001100001010100011110000101011001111000011101001011100001010101111 | c3a8c2a3c2b3c3a5c2af |
UTF-8 | 竪贈続奪俗 | 111001111010101110101010111010001011010010001000111001111011011010011010111001011010010110101010111001001011111110010111 | e7abaae8b488e7b69ae5a5aae4bf97 |
UHC | 竪贈?奪俗 | 111000101011010111110001111111000011111111110111101011001110000111010100 | e2b5f1fc3ff7ace1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)