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 | ?謙靈? | 001111111000110010101010111010001100101100111111 | 3f8caae8cb3f |
EUC-JP | ?謙靈? | 001111111011100010101100111100001100110100111111 | 3fb8acf0cd3f |
UTF-8 | 렻謙靈렒 | 111010111010000010111011111010001010110010011001111010011001110110001000111010111010000010010010 | eba0bbe8ac99e99d88eba092 |
UHC | 렻謙靈렒 | 1000111011000011110011001100010111010110110001001000111010100111 | 8ec3ccc5d6c48ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)