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 | 凹∽?節? | 1000100110011010100000011110010000111111100100001101111100111111 | 899a81e43f90df3f |
EUC-JP | 凹∽?節? | 1011000111111010101000101110011000111111110000001110000100111111 | b1faa2e63fc0e13f |
UTF-8 | 凹∽슴節풣 | 111001011000011110111001111000101000100010111101111011001000101010110100111001111010111110000000111011011001001010100011 | e587b9e288bdec8ab4e7af80ed92a3 |
UHC | 凹∽슴節풣 | 11101000111010101010000111101111101111011011111111101111101111011011111101000110 | e8eaa1efbdbfefbdbf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)