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 | 佯??逾?? | 1001100011010001001111110011111111100111101001010011111100111111 | 98d13f3fe7a53f3f |
EUC-JP | 佯??逾?? | 1101000011010011001111110011111111101110101001110011111100111111 | d0d33f3feea73f3f |
UTF-8 | 佯몃돃逾뤸퓴 | 111001001011110110101111111010111010101010000011111010111000111110000011111010011000000010111110111010111010010010111000111011011001001110110100 | e4bdafebaa83eb8f83e980beeba4b8ed93b4 |
UHC | 佯몃돃逾뤸퓴 | 111001011011101010111000111010111000100110010110111010111011010110001111111001101011111110011010 | e5bab8eb8996ebb58fe6bf9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)