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 | 癲??乙?& | 111000011001111100111111001111111000100110110011001111111000000110010101 | e19f3f3f89b33f8195 |
EUC-JP | 癲??乙?& | 111000101010000100111111001111111011001010110101001111111010000111110101 | e2a13f3fb2b53fa1f5 |
UTF-8 | 癲용겇乙댁& | 111001111001100110110010111011001001101010101001111010101011001010000111111001001011100110011001111010111000110010000001111011111011110010000110 | e799b2ec9aa9eab287e4b999eb8c81efbc86 |
UHC | 癲용겇乙댁& | 111011111010011010111111111010111000000110100100111010111110000010110100111011001010001110100110 | efa6bfeb81a4ebe0b4eca3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)