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 | Y®±¥ | 1001001001011001100100011010111010010001101100011001000110100101 | 925991ae91b191a5 |
SJIS-WIN | ?Y???±?¥ | 00111111010110010011111100111111001111111000000101111101001111111000000110001111 | 3f593f3f3f817d3f818f |
EUC-JP | ?Y?®?±?? | 0011111101011001001111111000111110100010111011100011111110100001110111100011111100111111 | 3f593f8fa2ee3fa1de3f3f |
UTF-8 | Y®±¥ | 110000101001001001011001110000101001000111000010101011101100001010010001110000101011000111000010100100011100001010100101 | c29259c291c2aec291c2b1c291c2a5 |
UHC | ?Y?®?±?? | 00111111010110010011111110100010111001110011111110100001101111100011111100111111 | 3f593fa2e73fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)