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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?擺悸 | 0011111110011101101100101001110010100111 | 3f9db29ca7 |
EUC-JP | ?擺悸 | 0011111111011010101101001101100010101001 | 3fdab4d8a9 |
UTF-8 | 뤙擺悸 | 111010111010010010011001111001101001001110111010111001101000001010111000 | eba499e693bae682b8 |
UHC | 뤙擺悸 | 100011111100100011110111111011001100110011111011 | 8fc8f7ecccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)