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 | 輿??溢?? | 1001011101100000001111110011111110001000111011000011111100111111 | 97603f3f88ec3f3f |
EUC-JP | 輿??溢?? | 1100110111000001001111110011111110110000111011100011111100111111 | cdc13f3fb0ee3f3f |
UTF-8 | 輿삳뿰溢숅윀 | 111010001011110010111111111011001000001010110011111010111011111110110000111001101011101010100010111011001000100010000101111011001001110010000000 | e8bcbfec82b3ebbfb0e6baa2ec8885ec9c80 |
UHC | 輿삳뿰溢숅윀 | 111001101010101110111011111010111001011110110000111011001110111010011001111010011001111110001011 | e6abbbeb97b0ecee99e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)