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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???謠 | 0011111100111111001111111110011010001111 | 3f3f3fe68f |
EUC-JP | ???謠 | 0011111100111111001111111110101111101111 | 3f3f3febef |
UTF-8 | 緣뉛쉿謠 | 111001111011011110100011111010111000100110011011111011001000100110111111111010001010110010100000 | e7b7a3eb899bec89bfe8aca0 |
UHC | 緣뉛쉿謠 | 1110011011011110100001111110111110111101101100101110100110101010 | e6de87efbdb2e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)