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 | 霍ォ讓堤 | 11101000101101111010101111100110101010001001001011100111 | e8b7abe6a892e7 |
EUC-JP | 霍ォ讓堤 | 1111000010111001100011101010101111101100101010101100010011101001 | f0b98eabecaac4e9 |
UTF-8 | 霍ォ讓堤 | 111010011001110010001101111011111011110110101011111010001010111010010011111001011010000010100100 | e99c8defbdabe8ae93e5a0a4 |
UHC | ??讓堤 | 001111110011111111100101110100111111000010100111 | 3f3fe5d3f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)