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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 祀蜴癰 | 111000100100101011100101100011101110000110011110 | e24ae58ee19e |
EUC-JP | 祀蜴癰 | 111000111010101111101001111011101110000111111110 | e3abe9eee1fe |
UTF-8 | 祀蜴癰 | 111001111010010110000000111010001001110010110100111001111001100110110000 | e7a580e89cb4e799b0 |
UHC | 祀?癰 | 1101111011100101001111111110100010111001 | dee53fe8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)