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 | Ùúå¥ | 11011001111110101110010110100101 | d9fae5a5 |
SJIS-WIN | ???¥ | 0011111100111111001111111000000110001111 | 3f3f3f818f |
EUC-JP | Ùúå? | 10001111101010101110001110001111101010111110001010001111101010111010100100111111 | 8faae38fabe28faba93f |
UTF-8 | Ùúå¥ | 1100001110011001110000111011101011000011101001011100001010100101 | c399c3bac3a5c2a5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)