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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弱??闇? | 10001110111000110011111100111111100010001100010100111111 | 8ee33f3f88c53f |
EUC-JP | 弱??闇? | 10111100111001010011111100111111101100001100011100111111 | bce53f3fb0c73f |
UTF-8 | 弱덊씉闇틼 | 111001011011110010110001111010111000110110001010111011001001010010001001111010011001011110000111111011011000101110111100 | e5bcb1eb8d8aec9489e99787ed8bbc |
UHC | 弱덊씉闇틼 | 11100101101100001000100011101101100111011010000111100100111000011011101101000010 | e5b088ed9da1e4e1bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)