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 | 媛篩i? | 10010101010100011110001010111111100000101000100100111111 | 9551e2bf82893f |
EUC-JP | 媛篩i? | 11001001101100101110010011000001101000111110100100111111 | c9b2e4c1a3e93f |
UTF-8 | 媛篩i뤙 | 111001011010101010011011111001111010111110101001111011111011110110001001111010111010010010011001 | e5aa9be7afa9efbd89eba499 |
UHC | 媛篩i뤙 | 1110101010110000110111101110100010100011111010011000111111001000 | eab0dee8a3e98fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)