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 | ?普???ⅶ | 0011111110010101100000010011111100111111001111111111101001000110 | 3f95813f3f3ffa46 |
EUC-JP | ?普???? | 00111111110010011110000100111111001111110011111100111111 | 3fc9e13f3f3f3f |
UTF-8 | 렻普컵렚렻ⅶ | 111010111010000010111011111001101001100110101110111011001011101110110101111010111010000010011010111010111010000010111011111000101000010110110110 | eba0bbe699aeecbbb5eba09aeba0bbe285b6 |
UHC | 렻普컵렚렻ⅶ | 100011101100001111011100110001011100010011000101100011101010110110001110110000111010010110100111 | 8ec3dcc5c4c58ead8ec3a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)