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 | 率??帳 | 100101111010011000111111001111111001001010100000 | 97a63f3f92a0 |
EUC-JP | 率??帳 | 110011101010100000111111001111111100010010100010 | cea83f3fc4a2 |
UTF-8 | 率길콖帳 | 111001111000111010000111111010101011100010111000111011001011110110010110111001011011100010110011 | e78e87eab8b8ecbd96e5b8b3 |
UHC | 率길콖帳 | 1110000111100011101100011110011010110001100100001110110111100011 | e1e3b1e6b190ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)