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 | 濡??馭? | 10010100010001110011111100111111111010010110011000111111 | 94473f3fe9663f |
EUC-JP | 濡??馭? | 11000111101010000011111100111111111100011100011100111111 | c7a83f3ff1c73f |
UTF-8 | 濡뉖젧馭괕 | 111001101011111110100001111010111000100110010110111011001010000010100111111010011010011010101101111010101011010010010101 | e6bfa1eb8996eca0a7e9a6adeab495 |
UHC | 濡뉖젧馭괕 | 11101011101000011000011111101011101000001001111111100101110111111000001001000010 | eba187eba09fe5df8242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)