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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???藥? | 001111110011111100111111111001010101101000111111 | 3f3f3fe55a3f |
EUC-JP | 滎??藥? | 1000111111001000101110010011111100111111111010011011101100111111 | 8fc8b93f3fe9bb3f |
UTF-8 | 滎쒏꼇藥먩 | 111001101011101110001110111011001001001010001111111010101011110010000111111010001001011110100101111010111010100010101001 | e6bb8eec928feabc87e897a5eba8a9 |
UHC | 滎쒏꼇藥먩 | 11111011101000111001110011100110101100101011101111100101101101111001000011100110 | fba39ce6b2bbe5b790e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)