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 | 荏??癲 | 100010010110000000111111001111111110000110011111 | 89603f3fe19f |
EUC-JP | 荏??癲 | 101100011100000100111111001111111110001010100001 | b1c13f3fe2a1 |
UTF-8 | 荏숇쩃癲 | 111010001000110110001111111011001000100010000111111011001010100110000011111001111001100110110010 | e88d8fec8887eca983e799b2 |
UHC | 荏숇쩃癲 | 1110110011111011100110011110101110100100100111011110111110100110 | ecfb99eba49defa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)