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 | 汝?藥? | 100100111111000000111111111001010101101000111111 | 93f03fe55a3f |
EUC-JP | 汝?藥? | 110001101111001000111111111010011011101100111111 | c6f23fe9bb3f |
UTF-8 | 汝숽藥폹 | 111001101011000110011101111011001000100010111101111010001001011110100101111011011000111110111001 | e6b19dec88bde897a5ed8fb9 |
UHC | 汝숽藥폹 | 1110011010100011100110100101001011100101101101111011110101100010 | e6a39a52e5b7bd62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)