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 | 癰??阿?? | 1110000110011110001111110011111110001000101000100011111100111111 | e19e3f3f88a23f3f |
EUC-JP | 癰??阿?? | 1110000111111110001111110011111110110000101001000011111100111111 | e1fe3f3fb0a43f3f |
UTF-8 | 癰꾤릊阿욑쭬 | 111001111001100110110000111010101011111010100100111010111010011010001010111010011001100010111111111011001001101010010001111011001010110110101100 | e799b0eabea4eba68ae998bfec9a91ecadac |
UHC | 癰꾤릊阿욑쭬 | 111010001011100110000100111001111011100010101011111001001011100110011110111011111010011110100000 | e8b984e7b8abe4b99eefa7a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)