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 | 蔚?蜃??? | 1000100101010101001111111110010110000111001111110011111100111111 | 89553fe5873f3f3f |
EUC-JP | 蔚?蜃??? | 1011000110110110001111111110100111100111001111110011111100111111 | b1b63fe9e73f3f3f |
UTF-8 | 蔚렞蜃렯뤋툗 | 111010001001010010011010111010111010000010011110111010001001110010000011111010111010000010101111111010111010010010001011111011011000100010010111 | e8949aeba09ee89c83eba0afeba48bed8897 |
UHC | 蔚렞蜃렯뤋툗 | 111010101010010110001110101011111110001111110001100011101011110010001111101110111011100010001110 | eaa58eafe3f18ebc8fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)