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 | ??梓? | 0011111100111111100010001011001000111111 | 3f3f88b23f |
EUC-JP | ??梓? | 0011111100111111101100001011010000111111 | 3f3fb0b43f |
UTF-8 | 麟렦梓렟 | 111011111010011110110011111010111010000010100110111001101010001010010011111010111010000010011111 | efa7b3eba0a6e6a293eba09f |
UHC | 麟렦梓렟 | 1110110011101000100011101011010111101110101010011000111010110000 | ece88eb5eea98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)