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 | 牴籵蓐狆 | 1110000010110000111000101110000011100100111010101110000010111100 | e0b0e2e0e4eae0bc |
EUC-JP | 牴籵蓐狆 | 1110000010110010111001001110001011101000111011001110000010111110 | e0b2e4e2e8ece0be |
UTF-8 | 牴籵蓐狆 | 111001111000100110110100111001111011000110110101111010001001001110010000111001111000101110000110 | e789b4e7b1b5e89390e78b86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)