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 | ?ゅ?蒻 | 001111111000001011100011001111111110010011101000 | 3f82e33fe4e8 |
EUC-JP | ?ゅ?蒻 | 001111111010010011100101001111111110100011101010 | 3fa4e53fe8ea |
UTF-8 | 降ゅ뤀蒻 | 111011111010100010001001111000111000001010000101111010111010010010000000111010001001001010111011 | efa889e38285eba480e892bb |
UHC | 降ゅ뤀蒻 | 1111101010100010101010101110010110001111101100011110010110110110 | faa2aae58fb1e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)