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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱????? | 10010000010010100011111100111111001111110011111100111111 | 904a3f3f3f3f3f |
EUC-JP | 辱??堉?? | 101111111010101100111111001111111000111110110111111111010011111100111111 | bfab3f3f8fb7fd3f3f |
UTF-8 | 辱됰봿堉먲쭪 | 111010001011111010110001111010111001000010110000111010111011010010111111111001011010000010001001111010111010100010110010111011001010110110101010 | e8beb1eb90b0ebb4bfe5a089eba8b2ecadaa |
UHC | 辱됰봿堉먲쭪 | 111010011011010010001001111010111001010010000110111010111011110010010000111011111010011110011110 | e9b489eb9486ebbc90efa79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)