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 | 弱??娃?? | 1000111011100011001111110011111110001000101000010011111100111111 | 8ee33f3f88a13f3f |
EUC-JP | 弱??娃?? | 1011110011100101001111110011111110110000101000110011111100111111 | bce53f3fb0a33f3f |
UTF-8 | 弱욑쉔娃뤷ㄼ | 111001011011110010110001111011001001101010010001111011001000100110010100111001011010100010000011111010111010010010110111111000111000010010111100 | e5bcb1ec9a91ec8994e5a883eba4b7e384bc |
UHC | 弱욑쉔娃뤷ㄼ | 111001011011000010011110111011111011110110101000111010001101111110001111111001011010010010101100 | e5b09eefbda8e8df8fe5a4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)