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 | 橈??弱? | 10011110111101000011111100111111100011101110001100111111 | 9ef43f3f8ee33f |
EUC-JP | 橈??弱? | 11011100111101100011111100111111101111001110010100111111 | dcf63f3fbce53f |
UTF-8 | 橈뽦뿃弱켃 | 111001101010100110001000111010111011110110100110111010111011111110000011111001011011110010110001111011001011110010000011 | e6a988ebbda6ebbf83e5bcb1ecbc83 |
UHC | 橈뽦뿃弱켃 | 11101000111110101001011011100010100101111000101111100101101100001011000101000010 | e8fa96e2978be5b0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)