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 | 調?燼?魏? | 100100101011001000111111111000001001111000111111111010011011000000111111 | 92b23fe09e3fe9b03f |
EUC-JP | 調?燼?魏? | 110001001011010000111111110111111111111000111111111100101011001000111111 | c4b43fdffe3ff2b23f |
UTF-8 | 調렦燼렖魏엔 | 111010001010101010111111111010111010000010100110111001111000011110111100111010111010000010010110111010011010110110001111111011001001011110010100 | e8aabfeba0a6e787bceba096e9ad8fec9794 |
UHC | 調렦燼렖魏엔 | 111100001110000010001110101101011110001111101000100011101010101111101010111000001011111110100011 | f0e08eb5e3e88eabeae0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)