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 | 癰因蝸壓闇 | 11100001100111101000100011110110111001011001011110011010110110001000100011000101 | e19e88f6e5979ad888c5 |
EUC-JP | 癰因蝸壓闇 | 11100001111111101011000011111000111010011111011111010100110110101011000011000111 | e1feb0f8e9f7d4dab0c7 |
UTF-8 | 癰因蝸壓闇 | 111001111001100110110000111001011001101110100000111010001001110110111000111001011010001110010011111010011001011110000111 | e799b0e59ba0e89db8e5a393e99787 |
UHC | 癰因蝸壓闇 | 11101000101110011110110011010111111010001100010011100100111000101110010011100001 | e8b9ecd7e8c4e4e2e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)