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 | ??盂蚩 | 001111110011111111100001101100011110010101101111 | 3f3fe1b1e56f |
EUC-JP | ?璜盂蚩 | 0011111110001111110011001101100011100010101100111110100111010000 | 3f8fccd8e2b3e9d0 |
UTF-8 | 뤈璜盂蚩 | 111010111010010010001000111001111001001010011100111001111001101110000010111010001001101010101001 | eba488e7929ce79b82e89aa9 |
UHC | 뤈璜盂蚩 | 1000111110111000111111001101010011101001110111011111011011001001 | 8fb8fcd4e9ddf6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)