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 | 隶薙i裲 | 1110100010101110100100111110001110000010100010011110010111101010 | e8ae93e38289e5ea |
EUC-JP | 隶薙i裲 | 1111000010110000110001101110010110100011111010011110101011101100 | f0b0c6e5a3e9eaec |
UTF-8 | 隶薙i裲 | 111010011001101010110110111010001001011010011001111011111011110110001001111010001010001110110010 | e99ab6e89699efbd89e8a3b2 |
UHC | ??i? | 0011111100111111101000111110100100111111 | 3f3fa3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)