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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 氈?鬱?闇 | 1001111110000001001111111001111101010100001111111000100011000101 | 9f813f9f543f88c5 |
EUC-JP | 氈?鬱?闇 | 1101110111100001001111111101110110110101001111111011000011000111 | dde13fddb53fb0c7 |
UTF-8 | 氈렪鬱렏闇 | 111001101011000010001000111010111010000010101010111010011010110010110001111010111010000010001111111010011001011110000111 | e6b088eba0aae9acb1eba08fe99787 |
UHC | 氈렪鬱렏闇 | 11101110111111011000111010111000111010101010011010001110101001011110010011100001 | eefd8eb8eaa68ea5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)