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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍ォ螳茨スョ | 111010001011011110101011111001011010111010001000111011111011110110101110 | e8b7abe5ae88efbdae |
EUC-JP | 霍ォ螳茨スョ | 111100001011100110001110101010111110101010110000101100001111000110001110101111011000111010101110 | f0b98eabeab0b0f18ebd8eae |
UTF-8 | 霍ォ螳茨スョ | 111010011001110010001101111011111011110110101011111010001001111010110011111010001000110010101000111011111011110110111101111011111011110110101110 | e99c8defbdabe89eb3e88ca8efbdbdefbdae |
UHC | ??螳茨?? | 0011111100111111110100111101100111101101101111000011111100111111 | 3f3fd3d9edbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)