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 | 俑??諭? | 10011000110110100011111100111111100101110100000000111111 | 98da3f3f97403f |
EUC-JP | 俑??諭? | 11010000110111000011111100111111110011011010000100111111 | d0dc3f3fcda13f |
UTF-8 | 俑앸뎿諭⑼ | 111001001011111110010001111011001001010110111000111010111000111010111111111010001010101110101101111000101001000110111100 | e4bf91ec95b8eb8ebfe8abade291bc |
UHC | 俑앸뎿諭⑼ | 11101001101101011001110111101011100010011001001011101011101100011010100111101111 | e9b59deb8992ebb1a9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)