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 | 渫渫星善 | 1001111111010110100111111101011010010000101011111001000101010000 | 9fd69fd690af9150 |
EUC-JP | 渫渫星善 | 1101111011011000110111101101100011000000101100011100000110110001 | ded8ded8c0b1c1b1 |
UTF-8 | 渫渫星善 | 111001101011100010101011111001101011100010101011111001101001100010011111111001011001011010000100 | e6b8abe6b8abe6989fe59684 |
UHC | 渫渫星善 | 1110000011011110111000001101111011100000111110001110000010111100 | e0dee0dee0f8e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)