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 | 濡??逆? | 10010100010001110011111100111111100010110111010000111111 | 94473f3f8b743f |
EUC-JP | 濡??逆? | 11000111101010000011111100111111101101011101010100111111 | c7a83f3fb5d53f |
UTF-8 | 濡뉖젧逆숥 | 111001101011111110100001111010111000100110010110111011001010000010100111111010011000000010000110111011001000100010100101 | e6bfa1eb8996eca0a7e98086ec88a5 |
UHC | 濡뉖젧逆숥 | 11101011101000011000011111101011101000001001111111100110101111011001101001000010 | eba187eba09fe6bd9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)