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 | 造?爰?迪府 | 10010001101000100011111111100000101001110011111111100111100011001001010101111011 | 91a23fe0a73fe78c957b |
EUC-JP | 造?爰?迪府 | 11000010101001000011111111100000101010010011111111101101111011001100100111011100 | c2a43fe0a93fedecc9dc |
UTF-8 | 造렎爰렪迪府 | 111010011000000010100000111010111010000010001110111001111000100010110000111010111010000010101010111010001011111110101010111001011011101010011100 | e980a0eba08ee788b0eba0aae8bfaae5ba9c |
UHC | 造렎爰렪迪府 | 111100001110001110001110101001001110101010111010100011101011100011101110111010001101110110100100 | f0e38ea4eaba8eb8eee8dda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)