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 | ?矮?小屑 | 0011111111100001111000100011111110001111101011001000101111111011 | 3fe1e23f8fac8bfb |
EUC-JP | ?矮?小屑 | 0011111111100010111001000011111110111110101011101011011011111101 | 3fe2e43fbeaeb6fd |
UTF-8 | 뾸矮섍小屑 | 111010111011111010111000111001111001111110101110111011001000010010001101111001011011000010001111111001011011000110010001 | ebbeb8e79faeec848de5b08fe5b191 |
UHC | 뾸矮섍小屑 | 10010111011110101110100011100001100110001110101011100001101100111110000011011010 | 977ae8e198eae1b3e0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)