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 | 巽続蔵竪尊臓 | 100100100100011010010001101100011001000110100000100100100100011110010001101110001001000110011111 | 924691b191a0924791b8919f |
EUC-JP | 巽続蔵竪尊臓 | 110000111010011111000010101100111100001010100010110000111010100011000010101110101100001010100001 | c3a7c2b3c2a2c3a8c2bac2a1 |
UTF-8 | 巽続蔵竪尊臓 | 111001011011011110111101111001111011011010011010111010001001010010110101111001111010101110101010111001011011000010001010111010001000011110010011 | e5b7bde7b69ae894b5e7abaae5b08ae88793 |
UHC | 巽??竪尊? | 111000011101111000111111001111111110001010110101111100001110111000111111 | e1de3f3fe2b5f0ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)