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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弱??節↓? | 100011101110001100111111001111111001000011011111100000011010101100111111 | 8ee33f3f90df81ab3f |
EUC-JP | 弱??節↓? | 101111001110010100111111001111111100000011100001101000101010110100111111 | bce53f3fc0e1a2ad3f |
UTF-8 | 弱놅쉘節↓탣 | 111001011011110010110001111010111000011010000101111011001000100110011000111001111010111110000000111000101000011010010011111011011000001110100011 | e5bcb1eb8685ec8998e7af80e28693ed83a3 |
UHC | 弱놅쉘節↓탣 | 111001011011000010000110111011111011110110101001111011111011110110100001111010011011010110000110 | e5b086efbda9efbda1e9b586 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)