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 | 率??帳?? | 1001011110100110001111110011111110010010101000000011111100111111 | 97a63f3f92a03f3f |
EUC-JP | 率??帳?? | 1100111010101000001111110011111111000100101000100011111100111111 | cea83f3fc4a23f3f |
UTF-8 | 率길콖帳뤄풐 | 111001111000111010000111111010101011100010111000111011001011110110010110111001011011100010110011111010111010010010000100111011011001001010010000 | e78e87eab8b8ecbd96e5b8b3eba484ed9290 |
UHC | 率길콖帳뤄풐 | 111000011110001110110001111001101011000110010000111011011110001110110111111011111011111010010100 | e1e3b1e6b190ede3b7efbe94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)