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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弱??撓?? | 1000111011100011001111110011111110011101100110100011111100111111 | 8ee33f3f9d9a3f3f |
EUC-JP | 弱??撓?? | 1011110011100101001111110011111111011001111110100011111100111111 | bce53f3fd9fa3f3f |
UTF-8 | 弱욑슈撓딀뇥 | 111001011011110010110001111011001001101010010001111011001000101010001000111001101001001010010011111010111001010010000000111010111000011110100101 | e5bcb1ec9a91ec8a88e69293eb9480eb87a5 |
UHC | 弱욑슈撓딀뇥 | 111001011011000010011110111011111011110110110100111010001111010110001010111001101000011110001101 | e5b09eefbdb4e8f58ae6878d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)