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 | 帝????全 | 1001001011101001001111110011111100111111001111111001000101010011 | 92e93f3f3f3f9153 |
EUC-JP | 帝????全 | 1100010011101011001111110011111100111111001111111100000110110100 | c4eb3f3f3f3fc1b4 |
UTF-8 | 帝㏘캠렺렕全 | 111001011011100010011101111000111000111110011000111011001011101010100000111010111010000010111010111010111010000010010101111001011000010110101000 | e5b89de38f98ecbaa0eba0baeba095e585a8 |
UHC | 帝㏘캠렺렕全 | 111100001010100010100010111001001100010010110111100011101100001010001110101010101110111011101111 | f0a8a2e4c4b78ec28eaaeeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)