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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 簔矣モケ | 111000101100000111110111101001111111011011100010111101111010110011100001111000011101001110111001 | e2c1f7a7f6e2f7ace1e1d3b9 |
EUC-JP | 簔???矣モケ | 1110010011000011001111110011111100111111111000101110001110001110110100111000111010111001 | e4c33f3f3fe2e38ed38eb9 |
UTF-8 | 簔矣モケ | 111001111011000010010100111011101001011010001010111011101001010010001001111011101001011010001111111001111001111110100011111011111011111010010011111011111011110110111001 | e7b094ee968aee9489ee968fe79fa3efbe93efbdb9 |
UHC | ????矣?? | 0011111100111111001111110011111111101011111110000011111100111111 | 3f3f3f3febf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)