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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??肅???^ | 0011111100111111111000111110011100111111001111110011111101011110 | 3f3fe3e73f3f3f5e |
EUC-JP | ??肅??唵^ | 00111111001111111110011011101001001111110011111110001111101101011101000101011110 | 3f3fe6e93f3f8fb5d15e |
UTF-8 | 뿨쏺肅뿨쑎唵^ | 11101011101111111010100011101100100011111011101011101000100000101000010111101011101111111010100011101100100100011000111011100101100101001011010101011110 | ebbfa8ec8fbae88285ebbfa8ec918ee594b55e |
UHC | 뿨쏺肅뿨쑎唵^ | 10010111101010001001110001010110111000101101110010010111101010001001110010101101111001001101101001011110 | 97a89c56e2dc97a89cade4da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)