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 | ???丞 | 0011111100111111001111111000111111100101 | 3f3f3f8fe5 |
EUC-JP | ???丞 | 0011111100111111001111111011111011100111 | 3f3f3fbee7 |
UTF-8 | 쒀롎쒔丞 | 111011001001001010000000111010111010000110001110111011001001001010010100111001001011100010011110 | ec9280eba18eec9294e4b89e |
UHC | 쒀롎쒔丞 | 1011111010101100100011101101010010111110101011011110001110101010 | beac8ed4beade3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)