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 | 憶??泣?? | 1000100110101111001111110011111110001011100000110011111100111111 | 89af3f3f8b833f3f |
EUC-JP | 憶??泣?? | 1011001010110001001111110011111110110101111000110011111100111111 | b2b13f3fb5e33f3f |
UTF-8 | 憶얜쪋泣쏁독 | 111001101000011010110110111011001001011010011100111011001010101010001011111001101011001110100011111011001000111110000001111010111000111110000101 | e686b6ec969cecaa8be6b3a3ec8f81eb8f85 |
UHC | 憶얜쪋泣쏁독 | 111001011110001110111110111010111010010110000101111010111110100010011011111001111011010110110110 | e5e3beeba585ebe89be7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)