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[¶H² | 10010010010110011001001001011011100100011011011010010010010010001001000110110010 | 9259925b91b6924891b2 |
SJIS-WIN | ?Y?[?¶?H?? | 0011111101011001001111110101101100111111100000011111011100111111010010000011111100111111 | 3f593f5b3f81f73f483f3f |
EUC-JP | ?Y?[?¶?H?? | 0011111101011001001111110101101100111111101000101111100100111111010010000011111100111111 | 3f593f5b3fa2f93f483f3f |
UTF-8 | Y[¶H² | 1100001010010010010110011100001010010010010110111100001010010001110000101011011011000010100100100100100011000010100100011100001010110010 | c29259c2925bc291c2b6c29248c291c2b2 |
UHC | ?Y?[?¶?H?² | 001111110101100100111111010110110011111110100010110100100011111101001000001111111010100111110111 | 3f593f5b3fa2d23f483fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)