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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 秧??揖?Ⅶ | 111000100101111000111111001111111001011101001011001111111000011101011010 | e25e3f3f974b3f875a |
EUC-JP | 秧??揖?? | 1110001110111111001111110011111111001101101011000011111100111111 | e3bf3f3fcdac3f3f |
UTF-8 | 秧덈뙋揖댐Ⅶ | 111001111010011110100111111010111000110110001000111010111001100110001011111001101000111110010110111010111000110010010000111000101000010110100110 | e7a7a7eb8d88eb998be68f96eb8c90e285a6 |
UHC | 秧덈뙋揖댐Ⅶ | 111001001110101110001000111010111000110010010000111010111110011110110100111011111010010110110110 | e4eb88eb8c90ebe7b4efa5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)