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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?筍? | 00111111111000101010000100111111 | 3fe2a13f |
EUC-JP | ?筍? | 00111111111001001010001100111111 | 3fe4a33f |
UTF-8 | 뤵筍쳩 | 111010111010010010110101111001111010110110001101111011001011001110101001 | eba4b5e7ad8decb3a9 |
UHC | 뤵筍쳩 | 100011111110001111100010111011001010101110001110 | 8fe3e2ecab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)