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 | 癰因蝸壓 | 1110000110011110100010001111011011100101100101111001101011011000 | e19e88f6e5979ad8 |
EUC-JP | 癰因蝸壓 | 1110000111111110101100001111100011101001111101111101010011011010 | e1feb0f8e9f7d4da |
UTF-8 | 癰因蝸壓 | 111001111001100110110000111001011001101110100000111010001001110110111000111001011010001110010011 | e799b0e59ba0e89db8e5a393 |
UHC | 癰因蝸壓 | 1110100010111001111011001101011111101000110001001110010011100010 | e8b9ecd7e8c4e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)