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 | ?閃削刷 | 00111111100100010100110110001101111011011000110111111100 | 3f914d8ded8dfc |
EUC-JP | ?閃削刷 | 00111111110000011010111010111010111011111011101011111110 | 3fc1aebaefbafe |
UTF-8 | 뤵閃削刷 | 111010111010010010110101111010011001011010000011111001011000100110001010111001011000100010110111 | eba4b5e99683e5898ae588b7 |
UHC | 뤵閃削刷 | 1000111111100011111000001110110011011110111110111110000111101100 | 8fe3e0ecdefbe1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)