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 | ???樹 | 0011111100111111001111111000111011110111 | 3f3f3f8ef7 |
EUC-JP | ???樹 | 0011111100111111001111111011110011111001 | 3f3f3fbcf9 |
UTF-8 | 橓릥룱樹 | 111001101010100110010011111010111010011010100101111010111010001110110001111001101010100010111001 | e6a993eba6a5eba3b1e6a8b9 |
UHC | 橓릥룱樹 | 1110001011100101100100001000011110001111101001101110001010100111 | e2e590878fa6e2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)