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 | YE³GW | 100100100101100110010001100111111001001001000101100100011011001110010010010001111001001001010111 | 9259919f924591b392479257 |
SJIS-WIN | ?Y???E???G?W | 001111110101100100111111001111110011111101000101001111110011111100111111010001110011111101010111 | 3f593f3f3f453f3f3f473f57 |
EUC-JP | ?Y???E???G?W | 001111110101100100111111001111110011111101000101001111110011111100111111010001110011111101010111 | 3f593f3f3f453f3f3f473f57 |
UTF-8 | YE³GW | 1100001010010010010110011100001010010001110000101001111111000010100100100100010111000010100100011100001010110011110000101001001001000111110000101001001001010111 | c29259c291c29fc29245c291c2b3c29247c29257 |
UHC | ?Y???E?³?G?W | 00111111010110010011111100111111001111110100010100111111101010011111100000111111010001110011111101010111 | 3f593f3f3f453fa9f83f473f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)