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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雍??姙?^ | 1110100010110100001111110011111110011011010010110011111101011110 | e8b43f3f9b4b3f5e |
EUC-JP | 雍??姙?^ | 1111000010110110001111110011111111010101101011000011111101011110 | f0b63f3fd5ac3f5e |
UTF-8 | 雍됱뼵姙셞^ | 11101001100110111000110111101011100100001011000111101011101111001011010111100101101001111001100111101100100001011001111001011110 | e99b8deb90b1ebbcb5e5a799ec859e5e |
UHC | 雍됱뼵姙셞^ | 1110100010111100100010011110110010010110101110001110110011110101100110010110010101011110 | e8bc89ec96b8ecf599655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)