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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 軫笘[軫笘[^ | 1110011101100110111000101001100001011011111001110110011011100010100110000101101101011110 | e766e2985be766e2985b5e |
EUC-JP | 軫笘[軫笘[^ | 1110110111000111111000111111100001011011111011011100011111100011111110000101101101011110 | edc7e3f85bedc7e3f85b5e |
UTF-8 | 軫笘[軫笘[^ | 111010001011101110101011111001111010110010011000010110111110100010111011101010111110011110101100100110000101101101011110 | e8bbabe7ac985be8bbabe7ac985b5e |
UHC | 軫?[軫?[^ | 111100101110001000111111010110111111001011100010001111110101101101011110 | f2e23f5bf2e23f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)