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 | 鋗痔鰾ツ邱 | 1111101111010000100011101010010011101001111000101100001011100111101101111111011011101111 | fbd08ea4e9e2c2e7b7f6ef |
EUC-JP | 鋗痔鰾ツ邱? | 100011111110010011000001101111001010011011110010111001001000111011000010111011101011100100111111 | 8fe4c1bca6f2e48ec2eeb93f |
UTF-8 | 鋗痔鰾ツ邱 | 111010011000101110010111111001111001011110010100111010011011000010111110111011111011111010000010111010011000001010110001111011101001010010010110 | e98b97e79794e9b0beefbe82e982b1ee9496 |
UHC | ?痔??邱? | 0011111111110110110000000011111100111111110011111100100000111111 | 3ff6c03f3fcfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)