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 | 癲??詭孃 | 1110000110011111001111110011111111100110011010111001101101101111 | e19f3f3fe66b9b6f |
EUC-JP | 癲??詭孃 | 1110001010100001001111110011111111101011110011001101010111010000 | e2a13f3febccd5d0 |
UTF-8 | 癲얠옃詭孃 | 111001111001100110110010111011001001011010100000111011001001100010000011111010001010100110101101111001011010110110000011 | e799b2ec96a0ec9883e8a9ade5ad83 |
UHC | 癲얠옃詭孃 | 11101111101001101011111011101100100111101000111111001111111110001110010110111110 | efa6beec9e8fcff8e5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)