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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 財?憫闇 | 10001101111000000011111110011100111000001000100011000101 | 8de03f9ce088c5 |
EUC-JP | 財?憫闇 | 10111010111000100011111111011000111000101011000011000111 | bae23fd8e2b0c7 |
UTF-8 | 財명憫闇 | 111010001011001010100001111010111010101010000101111001101000011010101011111010011001011110000111 | e8b2a1ebaa85e686abe99787 |
UHC | 財명憫闇 | 1110111010101111101110001110110111011010110000011110010011100001 | eeafb8eddac1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)