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 | 螂難スア | 111001011010010110010011111011111011110110110001 | e5a593efbdb1 |
EUC-JP | 螂難スア | 1110101010100111110001101111000110001110101111011000111010110001 | eaa7c6f18ebd8eb1 |
UTF-8 | 螂難スア | 111010001001111010000010111010011001101110100011111011111011110110111101111011111011110110110001 | e89e82e99ba3efbdbdefbdb1 |
UHC | 螂難?? | 110101011100110011010001111100010011111100111111 | d5ccd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)