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 | 釥赦爾 | 1111101111000000100011101100110110001110101000101111000011011100 | fbc08ecd8ea2f0dc |
EUC-JP | 釥赦爾? | 1000111111100011101010111011110011001111101111001010010000111111 | 8fe3abbccfbca43f |
UTF-8 | 釥赦爾 | 111010011000011110100101111010001011010110100110111001111000100010111110111011101000001010011011 | e987a5e8b5a6e788beee829b |
UHC | ?赦爾? | 001111111101111011110101111011001011001100111111 | 3fdef5ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)