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 | 雜呰攪巐 | 1110100010110110100110011110110110011101100110001111101010110110 | e8b699ed9d98fab6 |
EUC-JP | 雜呰攪巐 | 111100001011100011010010111011111101100111111000100011111011101111111001 | f0b8d2efd9f88fbbf9 |
UTF-8 | 雜呰攪巐 | 111010011001101110011100111001011001000110110000111001101001010010101010111001011011011110010000 | e99b9ce591b0e694aae5b790 |
UHC | 雜?攪? | 111011011101101000111111110011101110011000111111 | edda3fcee63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)