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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甕??鈺? | 11100001010100000011111100111111111110111100010000111111 | e1503f3ffbc43f |
EUC-JP | 甕??鈺? | 1110000110110001001111110011111110001111111000111101010100111111 | e1b13f3f8fe3d53f |
UTF-8 | 甕곤쉘鈺싮 | 111001111001010010010101111010101011001110100100111011001000100110011000111010011000100010111010111011001000101110101110 | e79495eab3a4ec8998e988baec8bae |
UHC | 甕곤쉘鈺싮 | 11101000101110001011000011101111101111011010100111101000101011011001101011101001 | e8b8b0efbda9e8ad9ae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)