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 | èú¸Ð | 100011111110100011111010101110001000111111010000 | 8fe8fab88fd0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?èú¸?? | 001111111000111110101011101100101000111110101011111000101000111110100010101100010011111100111111 | 3f8fabb28fabe28fa2b13f3f |
UTF-8 | èú¸Ð | 110000101000111111000011101010001100001110111010110000101011100011000010100011111100001110010000 | c28fc3a8c3bac2b8c28fc390 |
UHC | ???¸?Ð | 0011111100111111001111111010001010101100001111111010100010100010 | 3f3f3fa2ac3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)