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 | 隍樊囁蠢 | 1110100010100100100111101110011010011010100100011110010110111111 | e8a49ee69a91e5bf |
EUC-JP | 隍樊囁蠢 | 1111000010100110110111001110100011010011111100011110101011000001 | f0a6dce8d3f1eac1 |
UTF-8 | 隍樊囁蠢 | 111010011001101010001101111001101010100010001010111001011001101110000001111010001010000010100010 | e99a8de6a88ae59b81e8a0a2 |
UHC | 隍樊?蠢 | 11111100110110111101101111100000001111111111000111100011 | fcdbdbe03ff1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)