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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 壯??慾??\ | 100110101110000100111111001111111001011101111100001111110011111101011100 | 9ae13f3f977c3f3f5c |
EUC-JP | 壯??慾??\ | 110101001110001100111111001111111100110111011101001111110011111101011100 | d4e33f3fcddd3f3f5c |
UTF-8 | 壯㏆푽慾뀐슭\ | 11100101101000111010111111100011100011111000011011101101100100011011110111100110100001011011111011101011100000001001000011101100100010101010110101011100 | e5a3afe38f86ed91bde685beeb8090ec8aad5c |
UHC | 壯㏆푽慾뀐슭\ | 11101101111000001010011111101111101111101000100011101001101011111011001011101111101111011011111001011100 | ede0a7efbe88e9afb2efbdbe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)