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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮓ニャナ顳 | 11101001101101101100011010101100110001011110100101000010 | e9b6c6acc5e942 |
EUC-JP | 鮓ニャナ顳 | 11110010101110001000111011000110100011101010110010001110110001011111000110100011 | f2b88ec68eac8ec5f1a3 |
UTF-8 | 鮓ニャナ顳 | 111010011010111010010011111011111011111010000110111011111011110110101100111011111011111010000101111010011010000110110011 | e9ae93efbe86efbdacefbe85e9a1b3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)