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 | °ü¡ú | 10110000111111001010000111111010 | b0fca1fa |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ü¡ú | 1010000111101011100011111010101111100100100011111010001011000010100011111010101111100010 | a1eb8fabe48fa2c28fabe2 |
UTF-8 | °ü¡ú | 1100001010110000110000111011110011000010101000011100001110111010 | c2b0c3bcc2a1c3ba |
UHC | °?¡? | 101000011100011000111111101000101010111000111111 | a1c63fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)