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 | 鶴悉焏悉 | 1111110001001001100011101011101111111011010100111000111010111011 | fc498ebbfb538ebb |
EUC-JP | ?悉焏悉 | 0011111110111100101111011000111111001001111010011011110010111101 | 3fbcbd8fc9e9bcbd |
UTF-8 | 鶴悉焏悉 | 111011111010100010101101111001101000001010001001111001111000010010001111111001101000001010001001 | efa8ade68289e7848fe68289 |
UHC | ?悉?悉 | 001111111110001111111010001111111110001111111010 | 3fe3fa3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)