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 | 稔?底競 | 10010110101010110011111110010010111010101000101110100011 | 96ab3f92ea8ba3 |
EUC-JP | 稔?底競 | 11001100101011010011111111000100111011001011011010100101 | ccad3fc4ecb6a5 |
UTF-8 | 稔렗底競 | 111001111010100010010100111010111010000010010111111001011011101010010101111001111010101110110110 | e7a894eba097e5ba95e7abb6 |
UHC | 稔렗底競 | 1110110011111001100011101010110011101110101111001100110011100110 | ecf98eaceebccce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)