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 | 湿篝執 | 1000111010111100111000101011111010001110101101111111000011110110 | 8ebce2be8eb7f0f6 |
EUC-JP | 湿篝執? | 10111100101111101110010011000000101111001011100100111111 | bcbee4c0bcb93f |
UTF-8 | 湿篝執 | 111001101011100110111111111001111010111110011101111001011001111110110111111011101000001010110101 | e6b9bfe7af9de59fb7ee82b5 |
UHC | ??執? | 0011111100111111111100101111101100111111 | 3f3ff2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)