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 | 肅梧せ莨 | 1110001111100111100011001110011010000010101110011110010010111100 | e3e78ce682b9e4bc |
EUC-JP | 肅梧せ莨 | 1110011011101001101110001110100010100100101110111110100010111110 | e6e9b8e8a4bbe8be |
UTF-8 | 肅梧せ莨 | 111010001000001010000101111001101010001010100111111000111000000110011011111010001000111010101000 | e88285e6a2a7e3819be88ea8 |
UHC | 肅梧せ? | 11100010110111001110011111111100101010101011101100111111 | e2dce7fcaabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)