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 | 辱ョ?蘊 | 10010000010010101000001110000111001111111110010101011101 | 904a83873fe55d |
EUC-JP | 辱ョ?蘊 | 10111111101010111010010111100111001111111110100110111110 | bfaba5e73fe9be |
UTF-8 | 辱ョ툧蘊 | 111010001011111010110001111000111000001110100111111011011000100010100111111010001001100010001010 | e8beb1e383a7ed88a7e8988a |
UHC | 辱ョ툧蘊 | 1110100110110100101010111110011110111000100111101110100010110011 | e9b4abe7b89ee8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)