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 | 調?燼?漬 | 1001001010110010001111111110000010011110001111111001001011010000 | 92b23fe09e3f92d0 |
EUC-JP | 調?燼?漬 | 1100010010110100001111111101111111111110001111111100010011010010 | c4b43fdffe3fc4d2 |
UTF-8 | 調렦燼렖漬 | 111010001010101010111111111010111010000010100110111001111000011110111100111010111010000010010110111001101011110010101100 | e8aabfeba0a6e787bceba096e6bcac |
UHC | 調렦燼렖漬 | 11110000111000001000111010110101111000111110100010001110101010111111001010110000 | f0e08eb5e3e88eabf2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)