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 | 燒?疎? | 111000001001011000111111100100010110000100111111 | e0963f91613f |
EUC-JP | 燒?疎? | 110111111111011000111111110000011100001000111111 | dff63fc1c23f |
UTF-8 | 燒黎疎黎 | 111001111000011110010010111011111010011010001001111001111001011010001110111011111010011010001001 | e78792efa689e7968eefa689 |
UHC | 燒黎疎黎 | 1110000111000000111001101011000111100001110000111110011010110001 | e1c0e6b1e1c3e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)