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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 錻種Ъ^ | 11101000010001101000111011101101100001000101101101011110 | e8468eed845b5e |
EUC-JP | 錻種Ъ^ | 11101111101001111011110011101111101001111011110001011110 | efa7bcefa7bc5e |
UTF-8 | 錻種Ъ^ | 111010011000110010111011111001111010100010101110110100001010101001011110 | e98cbbe7a8aed0aa5e |
UHC | ?種Ъ^ | 001111111111000011111010101011001011110001011110 | 3ff0faacbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)