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 | 霍ォ讓定∮ | 111010001011011110101011111001101010100010010010111010001000011110010011 | e8b7abe6a892e88793 |
EUC-JP | 霍ォ讓定? | 111100001011100110001110101010111110110010101010110001001110101000111111 | f0b98eabecaac4ea3f |
UTF-8 | 霍ォ讓定∮ | 111010011001110010001101111011111011110110101011111010001010111010010011111001011010111010011010111000101000100010101110 | e99c8defbdabe8ae93e5ae9ae288ae |
UHC | ??讓定∮ | 0011111100111111111001011101001111101111110100101010001010110001 | 3f3fe5d3efd2a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)