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 | 阮千事螽シ陝 | 1110100010010110100100001110011110001110100101101110010110101000101111001110100010011111 | e89690e78e96e5a8bce89f |
EUC-JP | 阮千事螽シ陝 | 111011111111011011000000111010011011101111110110111010101010101010001110101111001111000010100001 | eff6c0e9bbf6eaaa8ebcf0a1 |
UTF-8 | 阮千事螽シ陝 | 111010011001100010101110111001011000110110000011111001001011101010001011111010001001111010111101111011111011110110111100111010011001100110011101 | e998aee58d83e4ba8be89ebdefbdbce9999d |
UHC | 阮千事??陝 | 11101000110101101111010010110110110111101100000000111111001111111110000011101101 | e8d6f4b6dec03f3fe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)