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 | ??崧? | 0011111100111111111110101010111100111111 | 3f3ffaaf3f |
EUC-JP | ??崧? | 001111110011111110001111101110111100101000111111 | 3f3f8fbbca3f |
UTF-8 | 뮰뒎崧썐 | 111010111010111010110000111010111001001010001110111001011011010010100111111011001000110110010000 | ebaeb0eb928ee5b4a7ec8d90 |
UHC | 뮰뒎崧썐 | 1001001010111001100010101000101111100010111111101001101110000011 | 92b98a8be2fe9b83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)